reorder initializer
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user