X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ftoppush.c;h=8272b7787ecf3f2dad111040e9d2ca76dca6b884;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=161940b72e0f2a73267baeab449016d12247b67d;hpb=fe90f1c1c71a3a43a27ec9ba76e772ae54786c7f;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/toppush.c b/src/gromacs/gmxpreprocess/toppush.c index 161940b72e..8272b7787e 100644 --- a/src/gromacs/gmxpreprocess/toppush.c +++ b/src/gromacs/gmxpreprocess/toppush.c @@ -599,9 +599,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]);