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

This commit is contained in:
sjplimp
2007-01-31 17:24:25 +00:00
parent 036603e862
commit 49dc6757c2
2 changed files with 1 additions and 21 deletions

View File

@ -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;