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

This commit is contained in:
sjplimp
2015-03-23 23:32:00 +00:00
parent 84a5ec39ec
commit db30c74d43
2 changed files with 2 additions and 2 deletions

View File

@ -1561,7 +1561,7 @@ void Neighbor::build_one(class NeighList *mylist, int preflag)
// check if list structure is initialized
if (mylist == NULL)
error->all(FLERR,"Trying to build an occasional neighbor list "
"before initialization is completed.");
"before initialization completed");
// no need to build if already built since last re-neighbor
// preflag is set by fix bond/create and fix bond/swap

View File

@ -387,7 +387,7 @@ The number of nlocal + nghost atoms on a processor
is limited by the size of a 32-bit integer with 2 bits
removed for masking 1-2, 1-3, 1-4 neighbors.
E: Trying to build an occasional neighbor list before initialization is completed
E: Trying to build an occasional neighbor list before initialization completed
This is not allowed. Source code caller needs to be modified.