From 763f3f90cf6aae2468db4519870878c87cce2e93 Mon Sep 17 00:00:00 2001 From: Carsten Kutzner Date: Mon, 15 Nov 2010 10:56:55 +0100 Subject: [PATCH] Enforced rotation: use the right tpx_version --- src/gmxlib/tpxio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.22.0