diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-25 13:03:16 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-25 13:03:16 (GMT) |
commit | 07d432083eef8914155cb21e9fb3bedc0e7fd5c8 (patch) | |
tree | 98a07e3b46d619a2456cb803959d96db0e555d19 /include | |
parent | 63da0bf3319b104081650a5519ed76d5e2f78e48 (diff) |
Added block ID for Gromacs Lambda data.
This is the first program specific data block.
Diffstat (limited to 'include')
-rw-r--r-- | include/tng_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 9d1642f..1284fd4 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -391,6 +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; + /** Flag to specify if a data block contains data related to particles or not.*/ typedef enum {TNG_NON_PARTICLE_BLOCK_DATA, TNG_PARTICLE_BLOCK_DATA} tng_particle_dependency; |