From: Carsten Kutzner Date: Mon, 15 Nov 2010 09:56:55 +0000 (+0100) Subject: Enforced rotation: use the right tpx_version X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=763f3f90cf6aae2468db4519870878c87cce2e93;p=alexxy%2Fgromacs.git Enforced rotation: use the right tpx_version --- diff --git a/src/gmxlib/tpxio.c b/src/gmxlib/tpxio.c index 762015da92..a7b7054a8b 100644 --- a/src/gmxlib/tpxio.c +++ b/src/gmxlib/tpxio.c @@ -797,7 +797,7 @@ static void do_inputrec(t_fileio *fio, t_inputrec *ir,gmx_bool bRead, } /* Enforced rotation */ - if (file_version >= 9999) { /* TODO: set the right number here */ + if (file_version >= 74) { gmx_fio_do_int(fio,ir->bRot); if (ir->bRot == TRUE) { if (bRead)