Merge release-4-6 into release-5-0
authorRoland Schulz <roland@utk.edu>
Mon, 29 Sep 2014 14:47:53 +0000 (10:47 -0400)
committerRoland Schulz <roland@utk.edu>
Mon, 29 Sep 2014 14:49:57 +0000 (10:49 -0400)
Change-Id: Ie72eccf57febab7b7ac8092ce55988b9cb2737af

src/gromacs/gmxpreprocess/toppush.c

index fd2a8a1595bbed7f9349c10757948f2d25bd5855..fab21dda5189c7318f28a6361e689b98f3503fae 100644 (file)
@@ -600,9 +600,11 @@ static void push_bondtype(t_params     *       bt,
                     {
                         sprintf(errbuf, "Overriding %s parameters.%s",
                                 interaction_function[ftype].longname,
-                                (ftype == F_PDIHS) ? "\nUse dihedraltype 4 to allow several multiplicity terms." : "");
+                                (ftype == F_PDIHS) ?
+                                "\nUse dihedraltype 9 to allow several multiplicity terms. Only consecutive lines are combined. Non-consective lines overwrite each other."
+                                : "");
                         warning(wi, errbuf);
-                        fprintf(stderr, "  old:");
+                        fprintf(stderr, "  old:                                         ");
                         for (j = 0; (j < nrfp); j++)
                         {
                             fprintf(stderr, " %g", bt->param[i].c[j]);