correct order of initializater list
This commit is contained in:
@ -37,8 +37,8 @@ int Bond::instance_total = 0;
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Bond::Bond(LAMMPS *_lmp) :
|
||||
Pointers(_lmp), virial{0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, eatom(nullptr), vatom(nullptr),
|
||||
setflag(nullptr), svector(nullptr)
|
||||
Pointers(_lmp), setflag(nullptr), virial{0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, eatom(nullptr),
|
||||
vatom(nullptr), svector(nullptr)
|
||||
{
|
||||
instance_me = instance_total++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user