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

Merge branch 'v2.3' into v2.4

parents b4f11844 d780c942
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ COM::COM(const ActionOptions&ao):
log.printf(" %d",atoms[i].serial());
}
log.printf("\n");
if(!nopbc) {
if(nopbc) {
log<<" PBC will be ignored\n";
} else {
log<<" broken molecules will be rebuilt assuming atoms are in the proper order\n";
......
......@@ -131,7 +131,7 @@ Center::Center(const ActionOptions&ao):
log.printf("\n");
}
}
if(!nopbc) {
if(nopbc) {
log<<" PBC will be ignored\n";
} else {
log<<" broken molecules will be rebuilt assuming atoms are in the proper order\n";
......
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