summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-28 07:45:05 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-28 07:45:05 (GMT)
commit1049360da0b6bdd00ad90a60d84e0905a7f19ada (patch)
treed02f6639309346d9d227aba9157ade0d40e0bb7d /include
parent76414271b011197450213c0448ec348bb04cfb9c (diff)
Use typedef to name gmx data block IDs.
Diffstat (limited to 'include')
-rw-r--r--include/tng_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tng_io.h b/include/tng_io.h
index 5ef1d4c..20ab43a 100644
--- a/include/tng_io.h
+++ b/include/tng_io.h
@@ -392,7 +392,7 @@ typedef enum {TNG_TRAJ_BOX_SHAPE = 0x0000000010000000LL,
TNG_TRAJ_OCCUPANCY} tng_trajectory_block_ids;
/* GROMACS data block IDs. */
-enum {TNG_GMX_LAMBDA = 0x1000000010000000LL};
+typedef enum {TNG_GMX_LAMBDA = 0x1000000010000000LL} tng_gmx_data_block_ids;
/** 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