Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / gromacs / listed_forces / pairs.cpp
index 9a5a401db73e789dd7ea63e7921d8414a5a1bfcf..c3fee5885fdedea0ce10946799e3a007daafa47c 100644 (file)
@@ -733,7 +733,7 @@ void do_pairs(int                      ftype,
             }
             else
             {
-                set_pbc(&pbc_no, epbcNONE, nullptr);
+                set_pbc(&pbc_no, PbcType::No, nullptr);
                 pbc_nonnull = &pbc_no;
             }