diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-11 09:50:02 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-11 09:50:02 (GMT) |
commit | 0fa63991ea461b754f51726e6763ade6410bdbc0 (patch) | |
tree | 0d73a2535b03ef7d42c4dc37506fb6743c80ae4e /src/lib/tng_io.c | |
parent | d7cf13f1bec41d95b57b8980df84cac73c83f053 (diff) |
Switch to doxygen for documentation. Must be requested explicitly when running cmake using -DBUILD_DOCUMENTATION=ON
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r-- | src/lib/tng_io.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 3be1863..b542ddd 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -5361,9 +5361,6 @@ tng_function_status tng_trajectory_init(tng_trajectory_t tng_data) tng_data->molecule_cnt_list = 0; tng_data->n_particles = 0; - tng_data->n_id_name_pairs = 0; - tng_data->id_name_pairs = 0; - /* Check the endianness of the computer */ static int32_t endianness_32 = 0x01234567; /* 0x01234567 */ |