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

This commit is contained in:
sjplimp
2011-12-16 01:37:13 +00:00
parent 432bb8a323
commit 891740f4a2
368 changed files with 11394 additions and 694 deletions

View File

@ -94,3 +94,44 @@ class AtomVecLine : public AtomVec {
#endif
#endif
/* ERROR/WARNING messages:
E: Atom_style line can only be used in 2d simulations
UNDOCUMENTED
E: Per-processor system is too big
The number of owned atoms plus ghost atoms on a single
processor must fit in 32-bit integer.
E: Invalid atom ID in Atoms section of data file
Atom IDs must be positive integers.
E: Invalid atom type in Atoms section of data file
Atom types must range from 1 to specified # of types.
E: Invalid density in Atoms section of data file
Density value cannot be <= 0.0.
E: Assigning line parameters to non-line atom
UNDOCUMENTED
E: Inconsistent line segment in data file
UNDOCUMENTED
E: BAD VECLINE PTRS: %s: %d %d: %d\n
UNDOCUMENTED
E: BAD VECLINE COUNT: %s: %d %d: %d %d\n
UNDOCUMENTED
*/