summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-04-18 11:32:57 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-04-18 11:32:57 (GMT)
commita9372b36266a18fe8d6c8630a92c7ca233de3a28 (patch)
tree89c6cc793822ddf3d26a71c9d31e31ed4bb7f366
parente15ba896f9b3584aaffd6edaea0515d9a68626f7 (diff)
Fix names of constants in last commit.
-rw-r--r--include/tng_io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tng_io.h b/include/tng_io.h
index de49a12..4c0356d 100644
--- a/include/tng_io.h
+++ b/include/tng_io.h
@@ -358,9 +358,9 @@ typedef enum {TNG_TRAJ_BOX_SHAPE = 10000,
TNG_TRAJ_VELOCITIES,
TNG_TRAJ_FORCES,
TNG_TRAJ_PARTIAL_CHARGES,
- TNG_FORMAL_CHARGES,
- TNG_B-FACTORS,
- TNG_OCCUPANCY} tng_trajectory_block_ids;
+ TNG_TRAJ_FORMAL_CHARGES,
+ TNG_TRAJ_B-FACTORS,
+ TNG_TRAJ_OCCUPANCY} tng_trajectory_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