diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-04-26 14:53:55 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-04-26 14:53:55 (GMT) |
commit | b4b3870c53ac8e77a9c00c2dcb94ec423ad1a727 (patch) | |
tree | 7a9229215553b1dc035cc2244ecb1f31b2db46c4 | |
parent | a9372b36266a18fe8d6c8630a92c7ca233de3a28 (diff) |
Fix bug in constants definition.
-rw-r--r-- | include/tng_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 4c0356d..719d416 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -359,7 +359,7 @@ typedef enum {TNG_TRAJ_BOX_SHAPE = 10000, TNG_TRAJ_FORCES, TNG_TRAJ_PARTIAL_CHARGES, TNG_TRAJ_FORMAL_CHARGES, - TNG_TRAJ_B-FACTORS, + 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.*/ @@ -1619,4 +1619,4 @@ tng_function_status tng_time_get_str(const tng_trajectory_t tng_data, } /* end extern "C" */ #endif -#endif /* _TNGIO_H */
\ No newline at end of file +#endif /* _TNGIO_H */ |