Stop mdrun printing potentially undefined value
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 7 Jul 2015 12:45:06 +0000 (14:45 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 26 Jul 2015 11:50:09 +0000 (13:50 +0200)
commitad4cbeec3e2127cadf3de1b99980383f1c5e82bb
tree634ee8f84ffa8d5fdace348006b2e275b97502dd
parent64f71d1005ed136f94c7128b741f96a756827c08
Stop mdrun printing potentially undefined value

Variable pv is only defined with conditions that need not be identical
with the presence of pressure coupling. Definitely compilers aren't
sure about it.

Change-Id: I80670e12b799c7f476caa565ef7ce9c3e38b0686
src/gromacs/mdlib/mdebin.c