X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ftoppush.c;fp=src%2Fgromacs%2Fgmxpreprocess%2Ftoppush.c;h=fab21dda5189c7318f28a6361e689b98f3503fae;hb=3cf05dfc83395c34cdbcfed4ceed2ddb16330f08;hp=fd2a8a1595bbed7f9349c10757948f2d25bd5855;hpb=b7bcff77595f7b1ae0647e340539caf4db8a757a;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/toppush.c b/src/gromacs/gmxpreprocess/toppush.c index fd2a8a1595..fab21dda51 100644 --- a/src/gromacs/gmxpreprocess/toppush.c +++ b/src/gromacs/gmxpreprocess/toppush.c @@ -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]);