From: Carsten Kutzner Date: Mon, 15 Nov 2010 09:53:19 +0000 (+0100) Subject: Enforced rotation: set the right tpx_version X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=d84aa139ebebfba1eaab74c3311ba26c3ccb88aa;p=alexxy%2Fgromacs.git Enforced rotation: set the right tpx_version --- 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