summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tng_io.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tng_io.h b/include/tng_io.h
index 1284fd4..3be26fd 100644
--- a/include/tng_io.h
+++ b/include/tng_io.h
@@ -391,7 +391,8 @@ typedef enum {TNG_TRAJ_BOX_SHAPE = 0x0000000010000000L,
TNG_TRAJ_ANISOTROPIC_B_FACTORS,
TNG_TRAJ_OCCUPANCY} tng_trajectory_block_ids;
-enum {TNG_GMX_LAMBDA = 0x1000000010000000L} tng_gromacs_data_block_ids;
+/* GROMACS data block IDs. */
+enum {TNG_GMX_LAMBDA = 0x1000000010000000L};
/** Flag to specify if a data block contains data related to particles or not.*/
typedef enum {TNG_NON_PARTICLE_BLOCK_DATA,
contact: Jan Huwald // Impressum