Move implementation to cpp file
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / energyoutput.cpp
index bb4ce4ce00b914871d5dfdc9eabddb5141f793e0..4ebb7eb445c552fcafed1bcfca80fb5db0ace855 100644 (file)
@@ -627,7 +627,7 @@ TEST_P(EnergyOutputTest, CheckOutput)
     MdModulesNotifier             mdModulesNotifier;
     std::unique_ptr<EnergyOutput> energyOutput = std::make_unique<EnergyOutput>(
             energyFile_, &mtop_, &inputrec_, nullptr, nullptr, parameters.isRerun,
-            StartingBehavior::NewSimulation, mdModulesNotifier);
+            StartingBehavior::NewSimulation, false, mdModulesNotifier);
 
     // Add synthetic data for a single step
     double testValue = 10.0;