From 138af1c6927df90bd42f0295bceac19f9f3c8975 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Mon, 28 Oct 2013 21:15:09 +0100 Subject: Layout improvements. 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.*/ -- cgit v0.10.1