correct order of initializater list

This commit is contained in:
Axel Kohlmeyer
2024-08-02 22:16:50 -04:00
parent 1096da2d01
commit c60c42cede

View File

@ -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++;