Merge "Merge branch 'release-5-0'"
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.c
index 1b76bae97c168709dc35dc3fb22f9d139ad0c62a..6b4a6e8caf99c43e96b66fbfa3b93d05e48c10b9 100644 (file)
@@ -912,7 +912,7 @@ void check_ir(const char *mdparin, t_inputrec *ir, t_gromppopts *opts,
             CHECK(ir->bPeriodicMols);
             if (ir->ePBC != epbcNONE)
             {
-                warning(wi, "Removing the rotation around the center of mass in a periodic system (this is not a problem when you have only one molecule).");
+                warning(wi, "Removing the rotation around the center of mass in a periodic system, this can lead to artifacts. Only use this on a single (cluster of) molecules. This cluster should not cross periodic boundaries.");
             }
         }
     }