Skip to content
Snippets Groups Projects
Commit 34cee550 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fix for multiple time step to work properly

parent fec8f683
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ void PlumedMain::waitData(){
void PlumedMain::justCalculate(){
if(!active)return;
stopwatch.start("4 Calculating (forward loop)");
bias=0.0;
......@@ -519,6 +519,7 @@ void PlumedMain::justCalculate(){
void PlumedMain::justApply(){
if(!active)return;
stopwatch.start("5 Applying (backward loop)");
// apply them in reverse order
for(ActionSet::reverse_iterator p=actionSet.rbegin();p!=actionSet.rend();++p){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment