From b4b3870c53ac8e77a9c00c2dcb94ec423ad1a727 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Fri, 26 Apr 2013 16:53:55 +0200 Subject: Fix bug in constants definition. 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 */ -- cgit v0.10.1