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

Small fix in driver

Allow COMMITTOR to stop driver.
parent 9461d261
No related branches found
No related tags found
No related merge requests found
......@@ -960,7 +960,7 @@ int Driver<real>::main(FILE* in,FILE*out,Communicator& pc) {
}
}
if(noatoms && plumedStopCondition) break;
if(plumedStopCondition) break;
step+=stride;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment