Add TNG writing and reading support
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / topology.h
index 6f3657228e98a37f3d2276af3e351d2c17ddd421..4ee71e582cd6d320f0c74e50ac61a46dce560d05 100644 (file)
@@ -34,6 +34,8 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
+#ifndef GMX_LEGACYHEADERS_TOPOLOGY_H
+#define GMX_LEGACYHEADERS_TOPOLOGY_H
 
 #include "atoms.h"
 #include "idef.h"
@@ -47,7 +49,7 @@ extern "C" {
 
 enum {
     egcTC,    egcENER,   egcACC, egcFREEZE,
-    egcUser1, egcUser2,  egcVCM, egcXTC,
+    egcUser1, egcUser2,  egcVCM, egcCompressedX,
     egcORFIT, egcQMMM,
     egcNR
 };
@@ -125,3 +127,5 @@ typedef struct {
 #ifdef __cplusplus
 }
 #endif
+
+#endif