Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / gromacs / domdec / mdsetup.cpp
index 5ba8445574178006543567d247fee4c76597d196..24edea6acbebd39a4a6b61e66bb9ac4de94151c3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2017,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2016,2017,2018,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -113,7 +113,7 @@ void mdAlgorithmsSetupAtomData(const t_commrec*  cr,
         }
     }
 
-    if (!usingDomDec && ir->ePBC != epbcNONE && !fr->bMolPBC)
+    if (!usingDomDec && ir->pbcType != PbcType::No && !fr->bMolPBC)
     {
         GMX_ASSERT(graph != nullptr, "We use a graph with PBC (no periodic mols) and without DD");