Fix clang-tidy failures in AWH tests
[alexxy/gromacs.git] / src / gromacs / applied_forces / awh / tests / bias.cpp
index 85e033ef9fbfc527fcdaa133c37280fb4df9382c..e1015c5b6de53a7afa4ba70e2b41465d3ee40d5c 100644 (file)
@@ -115,7 +115,7 @@ public:
         auto awhDimBuffer   = awhDimParamSerialized();
         auto awhDimArrayRef = gmx::arrayRefFromArray(&awhDimBuffer, 1);
         params_             = std::make_unique<AwhTestParameters>(getAwhTestParameters(
-                eawhgrowth, eawhpotential, awhDimArrayRef, 0, 0.4, false, 0.5, 0));
+                eawhgrowth, eawhpotential, awhDimArrayRef, false, 0.4, false, 0.5, 0));
 
         seed_ = params_->awhParams.seed();
 
@@ -234,7 +234,7 @@ TEST(BiasTest, DetectsCovering)
     const AwhTestParameters params = getAwhTestParameters(AwhHistogramGrowthType::ExponentialLinear,
                                                           AwhPotentialType::Convolved,
                                                           awhDimArrayRef,
-                                                          0,
+                                                          false,
                                                           0.4,
                                                           false,
                                                           0.5,