diff options
-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 */ |