Merge branch release-2021
[alexxy/gromacs.git] / src / programs / mdrun / tests / freeenergy.cpp
index 3159e3db4ed0f877572d2c41e6c98bff198dc7c3..9072e7b98ec93a4f53564a93a08fb383bbfa5c13 100644 (file)
@@ -104,7 +104,8 @@ TEST_P(FreeEnergyReferenceTest, WithinTolerances)
         fprintf(stdout,
                 "The FEP tests cannot run with %d ranks.\n"
                 "The maximum number of ranks supported is %d.",
-                numRanksAvailable, maxNumRanks);
+                numRanksAvailable,
+                maxNumRanks);
         return;
     }
 
@@ -173,18 +174,18 @@ TEST_P(FreeEnergyReferenceTest, WithinTolerances)
     // Check that the trajectories agree with the refdata within tolerance.
     if (testTwoTrajectoryFrames)
     {
-        checkTrajectoryAgainstReferenceData(simulationTrajectoryFileName, trajectoryComparison,
-                                            &rootChecker, MaxNumFrames(2));
+        checkTrajectoryAgainstReferenceData(
+                simulationTrajectoryFileName, trajectoryComparison, &rootChecker, MaxNumFrames(2));
     }
     else if (testOneTrajectoryFrame)
     {
-        checkTrajectoryAgainstReferenceData(simulationTrajectoryFileName, trajectoryComparison,
-                                            &rootChecker, MaxNumFrames(1));
+        checkTrajectoryAgainstReferenceData(
+                simulationTrajectoryFileName, trajectoryComparison, &rootChecker, MaxNumFrames(1));
     }
     else
     {
-        checkTrajectoryAgainstReferenceData(simulationTrajectoryFileName, trajectoryComparison,
-                                            &rootChecker, MaxNumFrames(0));
+        checkTrajectoryAgainstReferenceData(
+                simulationTrajectoryFileName, trajectoryComparison, &rootChecker, MaxNumFrames(0));
     }
     if (File::exists(simulationDhdlFileName, File::returnFalseOnError))
     {