Fixes #1194 error reading 4.5.5 tpr files with dihres
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 1 May 2013 13:08:29 +0000 (15:08 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 30 May 2013 08:18:31 +0000 (10:18 +0200)
commit3ec882b8ec644943b15455e5e803a3a009cd686d
treeaf5566a5f4b635523cb999bfb2354f066d845ec3
parent6a8acbaa3f5faba5fb30b2f3b6bc0a723dc4c6cc
Fixes #1194 error reading 4.5.5 tpr files with dihres

Somehow the tpx_version produced by 4.5.5 was higher (73)
than expected, making the the tpx reading incorrectly
assuming this was using the new file format.
Now set to the version before the
first official 4.6 tpx format, 82 to match the tpr files
in the regression tests. Duh!

Change-Id: I40d8ffa0d350cf3b690f8dfb071fc191f027d02f
src/gmxlib/tpxio.c