Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / gromacs / mdlib / settle.cpp
index d381e65d2d54ae934a2bea6ab6236a85fb575cd1..f8f183bd46e8502c4400fa186e64e4824459e7bd 100644 (file)
@@ -848,7 +848,7 @@ void csettle(settledata*  settled,
         }
         else
         {
-            set_pbc(&pbcNo, epbcNONE, nullptr);
+            set_pbc(&pbcNo, PbcType::No, nullptr);
             pbcNonNull = &pbcNo;
         }