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

Fixed the position of a "stop timer"

parent b0980191
No related branches found
No related tags found
No related merge requests found
......@@ -440,8 +440,8 @@ void PlumedMain::shareData(){
// atom positions are shared (but only if there is something to do)
if(!active)return;
stopwatch.start("2 Sharing data");
stopwatch.stop("2 Sharing data");
atoms.share();
stopwatch.stop("2 Sharing data");
}
void PlumedMain::performCalc(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment