Remove restriction on dihdraltypes order
authorBerk Hess <hess@kth.se>
Fri, 12 Feb 2016 17:58:17 +0000 (18:58 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 14 Mar 2016 13:17:07 +0000 (14:17 +0100)
commit607f461383b20fe67aa2fc31d9bfc325eed53f81
treed34750ee7b1582442e293c556ecc41c38fadaafa
parent6c1b8b9f394fbca707cedfef8a4245bc018be6f8
Remove restriction on dihdraltypes order

Wildcards are allowed for dihedraltypes by grompp. But it was assumed,
with only code and no user documentation, that wildcard types come
after fully specified types. If this order was switched, grompp would
silently choose the wildcard matches. Now the match with the most real
atom type matches is chosen.
Added a paragraph to the bonded parameter section in the manual on
dihedral wildcard matching.

Fixes #1901.

Change-Id: I7e44ff19e4d069d1b186ea470438a47d48f1a72d
docs/manual/topology.tex
src/gromacs/gmxpreprocess/toppush.c