diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-28 20:15:09 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-28 20:15:09 (GMT) |
commit | 138af1c6927df90bd42f0295bceac19f9f3c8975 (patch) | |
tree | 4b9be175ea189f3f9fbfbf91074b0467cd917327 | |
parent | f0b06edabf3394b9d6b401772297bc2636d6290a (diff) |
Layout improvements.
-rw-r--r-- | include/tng_io.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 8f1e9b6..5b43597 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -377,10 +377,10 @@ typedef enum {TNG_NON_TRAJECTORY_BLOCK, TNG_TRAJECTORY_BLOCK} tng_block_type; * Block IDs of standard non-trajectory blocks. * @{ */ -#define TNG_GENERAL_INFO 0x0000000000000000LL -#define TNG_MOLECULES 0x0000000000000001LL -#define TNG_TRAJECTORY_FRAME_SET 0x0000000000000002LL -#define TNG_PARTICLE_MAPPING 0x0000000000000003LL +#define TNG_GENERAL_INFO 0x0000000000000000LL +#define TNG_MOLECULES 0x0000000000000001LL +#define TNG_TRAJECTORY_FRAME_SET 0x0000000000000002LL +#define TNG_PARTICLE_MAPPING 0x0000000000000003LL /** @} */ /** @defgroup def2 Standard trajectory blocks @@ -388,15 +388,15 @@ typedef enum {TNG_NON_TRAJECTORY_BLOCK, TNG_TRAJECTORY_BLOCK} tng_block_type; * be either trajectory blocks or non-trajectory blocks * @{ */ -#define TNG_TRAJ_BOX_SHAPE 0x0000000010000000LL -#define TNG_TRAJ_POSITIONS 0x0000000010000001LL -#define TNG_TRAJ_VELOCITIES 0x0000000010000002LL -#define TNG_TRAJ_FORCES 0x0000000010000003LL -#define TNG_TRAJ_PARTIAL_CHARGES 0x0000000010000004LL -#define TNG_TRAJ_FORMAL_CHARGES 0x0000000010000005LL -#define TNG_TRAJ_B_FACTORS 0x0000000010000006LL -#define TNG_TRAJ_ANISOTROPIC_B_FACTORS 0x0000000010000007LL -#define TNG_TRAJ_OCCUPANCY 0x0000000010000008LL +#define TNG_TRAJ_BOX_SHAPE 0x0000000010000000LL +#define TNG_TRAJ_POSITIONS 0x0000000010000001LL +#define TNG_TRAJ_VELOCITIES 0x0000000010000002LL +#define TNG_TRAJ_FORCES 0x0000000010000003LL +#define TNG_TRAJ_PARTIAL_CHARGES 0x0000000010000004LL +#define TNG_TRAJ_FORMAL_CHARGES 0x0000000010000005LL +#define TNG_TRAJ_B_FACTORS 0x0000000010000006LL +#define TNG_TRAJ_ANISOTROPIC_B_FACTORS 0x0000000010000007LL +#define TNG_TRAJ_OCCUPANCY 0x0000000010000008LL /** @} */ @@ -404,7 +404,7 @@ typedef enum {TNG_NON_TRAJECTORY_BLOCK, TNG_TRAJECTORY_BLOCK} tng_block_type; * Block IDs of data blocks specific to GROMACS. * @{ */ -#define TNG_GMX_LAMBDA 0x1000000010000000LL +#define TNG_GMX_LAMBDA 0x1000000010000000LL /** @} */ /** Flag to specify if a data block contains data related to particles or not.*/ |