diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-02-20 13:54:21 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-02-20 13:54:21 (GMT) |
commit | ab4b12b84ab61c0dac28ed1794fbbc5169c27df9 (patch) | |
tree | 4ddcb5f65c287d5892e3cda075af128d37ca91e5 /include | |
parent | ed34e97157c34acae762568eb6b1b3fb9445c198 (diff) |
Changed TRUE and FALSE to TNG_TRUE and TNG_FALSE
Diffstat (limited to 'include')
-rw-r--r-- | include/tng_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 00110e9..fdf1bb4 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -300,7 +300,7 @@ typedef enum {TNG_NON_PARTICLE_BLOCK_DATA, TNG_PARTICLE_BLOCK_DATA} tng_particle_block_data; -typedef enum {FALSE, TRUE} tng_bool; +typedef enum {TNG_FALSE, TNG_TRUE} tng_bool; /** Flag to specify if the number of atoms change throughout the trajectory or * if it is constant. */ |