capitalize comment

This commit is contained in:
Steve Plimpton
2020-01-21 17:57:12 -07:00
parent 11f687c1fb
commit ac143dbdb7

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 Atomvec->DELTA
// allocate atom arrays to N, rounded up by AtomVec->DELTA
bigint nbig = n;
nbig = atom->avec->roundup(nbig);