Commit ac143dbd authored by Steve Plimpton's avatar Steve Plimpton
Browse files

capitalize comment

parent 11f687c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);