make 2 copy of old read_dump and rerun for comparison to new

This commit is contained in:
Steve Plimpton
2018-10-26 17:31:42 -06:00
parent 2428c1c1f3
commit 85c8877aeb
6 changed files with 1442 additions and 3 deletions

View File

@ -18,6 +18,8 @@
using namespace LAMMPS_NS;
// only proc 0 calls methods of this class, except for constructor/destructor
/* ---------------------------------------------------------------------- */
Reader::Reader(LAMMPS *lmp) : Pointers(lmp)