added NULL declations to constructor, removed debug code

This commit is contained in:
Steve Plimpton
2018-11-12 10:57:43 -07:00
parent 5062c43aea
commit fe07ad279d
3 changed files with 28 additions and 205 deletions

View File

@ -40,7 +40,9 @@ enum{NOHYPER,GLOBAL,LOCAL};
/* ---------------------------------------------------------------------- */
Hyper::Hyper(LAMMPS *lmp) : Pointers(lmp) {}
Hyper::Hyper(LAMMPS *lmp) :
Pointers(lmp), dumplist(NULL)
{}
/* ----------------------------------------------------------------------
perform hyperdynamics simulation