Add grompp check for usage of "define" field in mdp
[gromacs.git] / docs / release-notes / miscellaneous.rst
blobbcff8198f6b660b8ec960e07fe27b4a5825f8c3a
1 Miscellaneous
2 ^^^^^^^^^^^^^
4 grompp now warns if macros in mdp "define" field are unused in topology
5 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
6 Macros defined in the mdp (with e.g. -DPOSRES) now cause a warning
7 in grompp if they are not encountered while parsing the topology file
9 :issue:`1975`