From d84aa139ebebfba1eaab74c3311ba26c3ccb88aa Mon Sep 17 00:00:00 2001 From: Carsten Kutzner Date: Mon, 15 Nov 2010 10:53:19 +0100 Subject: [PATCH] Enforced rotation: set 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 908538b065..762015da92 100644 --- a/src/gmxlib/tpxio.c +++ b/src/gmxlib/tpxio.c @@ -64,7 +64,7 @@ #include "mtop_util.h" /* This number should be increased whenever the file format changes! */ -static const int tpx_version = 9999; /* TODO: set the right number if rotation is merged */ +static const int tpx_version = 74; /* This number should only be increased when you edit the TOPOLOGY section * of the tpx format. This way we can maintain forward compatibility too -- 2.22.0