Modernize wallcycle counting
[alexxy/gromacs.git] / api / nblib / gmxsetup.cpp
index fd3cfd2a878eda8f0bf826062f882b9ddb83ba92..007e0cf3dbefdd72707b3e4b7efbc2cf95012cef 100644 (file)
@@ -206,7 +206,7 @@ void NbvSetupUtil::setupNbnxmInstance(const size_t numParticleTypes, const NBKer
 
     // Put everything together
     auto nbv = std::make_unique<nonbonded_verlet_t>(
-            std::move(pairlistSets), std::move(pairSearch), std::move(atomData), kernelSetup, nullptr, nullWallcycle);
+            std::move(pairlistSets), std::move(pairSearch), std::move(atomData), kernelSetup, nullptr, nullptr);
 
     gmxForceCalculator_->nbv_ = std::move(nbv);
 }