diff --git a/src/read_data.cpp b/src/read_data.cpp index 9655bca502..d0d1d3dade 100644 --- a/src/read_data.cpp +++ b/src/read_data.cpp @@ -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);