Fix inputrec initialization in 4 tools
commitf1d426869a69ed72da0d871293c244021746253f
authorBerk Hess <hess@kth.se>
Fri, 30 Sep 2016 14:41:15 +0000 (30 16:41 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Sat, 1 Oct 2016 13:07:28 +0000 (1 15:07 +0200)
tree33ec21140bc16d1a1775c7048294ebf6f81a8f6d
parent74474d6febb66c0834f1fd567c191e291950f7ae
Fix inputrec initialization in 4 tools

Commit 41e0f9cc changed t_inputrec initialization to a factory,
but forgot to convert 4 tools that had t_inputrec on the stack
(and thus all segv).

Change-Id: I0d75d7e62d66f5ff8d02d6970229db18a40a9d65
src/gromacs/gmxana/gmx_disre.cpp
src/gromacs/gmxana/gmx_energy.cpp
src/gromacs/gmxana/gmx_hbond.cpp
src/gromacs/gmxana/gmx_wham.cpp