Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdlib / updategroupscog.cpp
index f73ae88de181b515669a5854e42c09fcce05c9dd..412e4cc8eb599f0c22a8ea72f54d843004643977 100644 (file)
@@ -56,8 +56,7 @@ UpdateGroupsCog::UpdateGroupsCog(const gmx_mtop_t&                           mto
                                  gmx::ArrayRef<const gmx::RangePartitioning> updateGroupingsPerMoleculeType,
                                  real                                        temperature,
                                  int                                         numHomeAtoms) :
-    globalToLocalMap_(numHomeAtoms),
-    mtop_(mtop)
+    globalToLocalMap_(numHomeAtoms), mtop_(mtop)
 {
     int firstUpdateGroupInMolecule = 0;
     for (const auto& molblock : mtop.molblock)