Remove charge groups from domdec and localtop
[alexxy/gromacs.git] / src / gromacs / domdec / dump.cpp
index a2093a5262c3dc1b58024156e2823aab5fe09e91..5e88a3dc29ddb3b869cd1f80278d6a8a72d4ab35 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019, 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.
@@ -176,7 +176,7 @@ void write_dd_pdb(const char *fn, int64_t step, const char *title,
         if (i < dd->comm->atomRanges.end(DDAtomRanges::Type::Zones))
         {
             c = 0;
-            while (i >= dd->atomGrouping().subRange(0, dd->comm->zones.cg_range[c + 1]).end())
+            while (i >= dd->comm->zones.cg_range[c + 1])
             {
                 c++;
             }