Reimplement constant acceleration groups
[alexxy/gromacs.git] / src / gromacs / tools / dump.cpp
index 541d6da1bfdc2107cbfdbefee978d3fab0d15fe5..d6506af7f99dfc769768bcb6350bf89591de0a41 100644 (file)
@@ -168,10 +168,6 @@ void list_tpr(const char* fn,
         {
             for (auto group : keysOf(gcount))
             {
-                if (group == SimulationAtomGroupType::AccelerationUnused)
-                {
-                    continue;
-                }
                 gcount[group][getGroupType(groups, group, i)]++;
             }
         }