Enforced rotation: set the right tpx_version
authorCarsten Kutzner <ckutzne@gwdg.de>
Mon, 15 Nov 2010 09:53:19 +0000 (10:53 +0100)
committerCarsten Kutzner <ckutzne@gwdg.de>
Mon, 15 Nov 2010 09:53:19 +0000 (10:53 +0100)
src/gmxlib/tpxio.c

index 908538b0653d8c0c7bc2c8bdc993d65a754f0166..762015da929a05369c8163900a3a7388546358b0 100644 (file)
@@ -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