Commit JT 060118 Changes Stan

This commit is contained in:
julient31
2018-06-01 15:19:27 -06:00
parent f2a6aa249f
commit 9dda907f7d
3 changed files with 8 additions and 9 deletions

View File

@ -507,7 +507,6 @@ AtomVec *Atom::new_avec(const char *style, int trysuffix, int &sflag)
AtomVecCreator avec_creator = (*avec_map)[style];
return avec_creator(lmp);
}
//printf("test entries function: %s, %d, %d \n ",style, trysuffix, &sflag);
error->all(FLERR,"Unknown atom style");
return NULL;
}