git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12827 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-12-12 00:20:19 +00:00
parent 11d54badb4
commit 1af7b06052
8 changed files with 15 additions and 15 deletions

View File

@ -438,7 +438,7 @@ AtomVec *Atom::new_avec(const char *style, int trysuffix, int &sflag)
#include "style_atom.h"
#undef ATOM_CLASS
else error->all(FLERR,"Invalid atom style");
else error->all(FLERR,"Unknown atom style");
return NULL;
}