Remove topology -> mdtypes dependency
commite873b9336c43d671518419ead24ea197f98e9015
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 30 Nov 2015 15:19:52 +0000 (30 17:19 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 30 Nov 2015 15:19:52 +0000 (30 17:19 +0200)
tree7d03d4ea674fff62d40a51776a2a8552ede00938
parent8cc0d40ef16bac23de2b027ab474c6be30ac1aeb
Remove topology -> mdtypes dependency

This only existed because of a single use of t_inputrec in mtop_util.
Replaced the access to t_inputrec.efep with an equivalent check in the
callers.  Not ideal, but can possibly be improved futher by moving code
around once the desired structure is clearer.

Change-Id: Ieb777f6fd11b15c4fecaf391b22293439097f2fa
docs/doxygen/cycle-suppressions.txt
src/gromacs/gmxana/gmx_disre.cpp
src/gromacs/gmxana/gmx_energy.cpp
src/gromacs/mdlib/genborn.cpp
src/gromacs/mdlib/minimize.cpp
src/gromacs/mdlib/tgroup.cpp
src/gromacs/mdlib/tpi.cpp
src/gromacs/tools/check.cpp
src/gromacs/topology/mtop_util.cpp
src/gromacs/topology/mtop_util.h
src/programs/mdrun/md.cpp