Merge branch release-2021
[alexxy/gromacs.git] / src / programs / mdrun / tests / checkpoint.cpp
index dcee1703feef6f9d78db9d1e2905ee771616e938..2ddd809420e552b34780ca2a945ffc6a38f1dd03 100644 (file)
@@ -128,8 +128,9 @@ TEST_P(CheckpointCoordinatesSanityChecks, WithinTolerances)
         // 1/2 dt between checkpoint (top of the loop) and trajectory (full time step state)
         trajectoryMatchSettings.velocitiesComparison = ComparisonConditions::NoComparison;
     }
-    const TrajectoryTolerances trajectoryTolerances{ defaultRealTolerance(), defaultRealTolerance(),
-                                                     defaultRealTolerance(), defaultRealTolerance() };
+    const TrajectoryTolerances trajectoryTolerances{
+        defaultRealTolerance(), defaultRealTolerance(), defaultRealTolerance(), defaultRealTolerance()
+    };
 
     const auto mdpFieldValues =
             prepareMdpFieldValues(simulationName, integrator, temperatureCoupling, pressureCoupling);
@@ -141,7 +142,9 @@ TEST_P(CheckpointCoordinatesSanityChecks, WithinTolerances)
     SCOPED_TRACE(formatString(
             "Checking the sanity of the checkpointed coordinates using system '%s' "
             "with integrator '%s', '%s' temperature coupling, and '%s' pressure coupling ",
-            simulationName.c_str(), integrator.c_str(), temperatureCoupling.c_str(),
+            simulationName.c_str(),
+            integrator.c_str(),
+            temperatureCoupling.c_str(),
             pressureCoupling.c_str()));
 
     SCOPED_TRACE("End of trajectory sanity");