git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@269 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -124,7 +124,7 @@ void Replicate::command(int narg, char **arg)
|
||||
|
||||
// check that new problem size will not be too large
|
||||
// if N > 2^31, turn off tags
|
||||
// if molecular, N,Nbonds,etc cannot be > 2^31 else tags/counts invalid
|
||||
// if molecular, N/Nbonds/etc cannot be > 2^31 else tags/counts invalid
|
||||
|
||||
double rep = nrep;
|
||||
if (rep*old->natoms > MAXATOMS) atom->tag_enable = 0;
|
||||
|
||||
Reference in New Issue
Block a user