make comment string consistent
This commit is contained in:
@ -441,7 +441,7 @@ void ReadData::command(int narg, char **arg)
|
|||||||
atom->allocate_type_arrays();
|
atom->allocate_type_arrays();
|
||||||
atom->deallocate_topology();
|
atom->deallocate_topology();
|
||||||
|
|
||||||
// allocate atom arrays to N, rounded up by increment of DELTA
|
// allocate atom arrays to N, rounded up by Atomvec->DELTA
|
||||||
|
|
||||||
bigint nbig = n;
|
bigint nbig = n;
|
||||||
nbig = atom->avec->roundup(nbig);
|
nbig = atom->avec->roundup(nbig);
|
||||||
|
|||||||
Reference in New Issue
Block a user