Skip to content

Commit

Permalink
startpasue is now startstop
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Dec 18, 2023
1 parent 03a6131 commit aebb03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ActionWithVirtualAtom.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void ActionWithVirtualAtom::setCharge(double c) {

inline
void ActionWithVirtualAtom::setAtomsDerivatives(const std::vector<Tensor> &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);
Expand Down

0 comments on commit aebb03c

Please sign in to comment.