guarantee initialization of hyperflag

This commit is contained in:
Axel Kohlmeyer 2018-11-17 06:39:28 -05:00
parent a7bfb30043
commit 1597e78d5a
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
FixHyper::FixHyper(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg) {}
FixHyper::FixHyper(LAMMPS *lmp, int narg, char **arg)
: Fix(lmp, narg, arg), hyperflag(0) {}
/* ----------------------------------------------------------------------
extract hyper flag setting for all Fixes that perform hyperdynamics