From aebb03c89cd0b7a91f32fb818bdb4327bb296e07 Mon Sep 17 00:00:00 2001 From: Daniele Rapetti <5535617+Iximiel@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:41:32 +0100 Subject: [PATCH] startpasue is now startstop --- src/core/ActionWithVirtualAtom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ActionWithVirtualAtom.h b/src/core/ActionWithVirtualAtom.h index 0efc14af0c..0d51721371 100644 --- a/src/core/ActionWithVirtualAtom.h +++ b/src/core/ActionWithVirtualAtom.h @@ -101,7 +101,7 @@ void ActionWithVirtualAtom::setCharge(double c) { inline void ActionWithVirtualAtom::setAtomsDerivatives(const std::vector &d) { - auto sw= plumed.stopwatch.startPause("41Calculating setAtomsDerivatives"); + auto sw= plumed.stopwatch.startStop("41Calculating setAtomsDerivatives"); unsigned jj=0; Value* xval=getPntrToComponent(0); Value* yval=getPntrToComponent(1);