git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13279 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user