Skip to content
Snippets Groups Projects
Commit 1597e78d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

guarantee initialization of hyperflag

parent a7bfb300
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment