Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.c
index 57eb8d9d0ad58b8f6f373f1bef82fd828a55a83d..2bcc288e5d9708a9bddbddb4e700ff906d409b34 100644 (file)
@@ -1071,7 +1071,7 @@ void check_ir(const char *mdparin, t_inputrec *ir, t_gromppopts *opts,
         ir->vdwtype == evdwSWITCH || ir->vdwtype == evdwSHIFT)
     {
         sprintf(warn_buf,
-                "The switch/shift interaction settings are just for compatibility; you will get better"
+                "The switch/shift interaction settings are just for compatibility; you will get better "
                 "performance from applying potential modifiers to your interactions!\n");
         warning_note(wi, warn_buf);
     }