reorder initializer

This commit is contained in:
Axel Kohlmeyer
2025-07-06 13:57:04 -04:00
parent fbf8856978
commit eaa3159c7f

View File

@ -58,10 +58,10 @@ static constexpr auto SIX = sizeof(double) * 6;
/* ---------------------------------------------------------------------- */
FixHMC::FixHMC(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg), id_rigid(nullptr), fix_rigid(nullptr), random(nullptr),
Fix(lmp, narg, arg), id_rigid(nullptr), buf_store(nullptr), fix_rigid(nullptr), random(nullptr),
random_equal(nullptr), eglobal(nullptr), eglobalptr(nullptr), vglobal(nullptr),
vglobalptr(nullptr), pe(nullptr), ke(nullptr), peatom(nullptr), press(nullptr),
pressatom(nullptr), buf_store(nullptr)
pressatom(nullptr)
{
// defaults