Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / gromacs / mdrun / mimic.cpp
index a934bdbffa7801971ed8c208d4ff203efcc34512..5430e6e83ffa1cc00441db5dccd1838d84b8e3e0 100644 (file)
@@ -469,7 +469,7 @@ void gmx::LegacySimulator::do_mimic()
             }
             construct_vsites(vsite, as_rvec_array(state->x.data()), ir->delta_t,
                              as_rvec_array(state->v.data()), top.idef.iparams, top.idef.il,
-                             fr->ePBC, fr->bMolPBC, cr, state->box);
+                             fr->pbcType, fr->bMolPBC, cr, state->box);
 
             if (graph != nullptr)
             {