make comment string consistent

This commit is contained in:
Steve Plimpton
2020-01-21 17:56:00 -07:00
parent f7dc70a986
commit 11f687c1fb

View File

@ -441,7 +441,7 @@ void ReadData::command(int narg, char **arg)
atom->allocate_type_arrays();
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;
nbig = atom->avec->roundup(nbig);