Skip to content
Snippets Groups Projects
Commit 641d473d authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

Colvar: fix for travis

parent c899fb0a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ void Colvar::apply(){
v(2,2)+=forces[3*nat+8];
}
}
comm.Sum(&f[0][0],3*f.size());
if(f.size()>0) comm.Sum(&f[0][0],3*f.size());
comm.Sum(&v[0][0],9);
} else if( isEnergy ){
forces.resize(1);
......
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