diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-07 06:45:09 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-07 06:49:33 (GMT) |
commit | 94329234c518c4e703bc72e67a6f414e0967b0ab (patch) | |
tree | dec8e8c3a31b9028672caa3594114f29a209664d /src/tests/tng_io_testing.c | |
parent | 9b5c558b696aa9fe7d285803de5a4a0245ffc0cb (diff) |
Removed input and output file positions from tng_trajectory struct.
Diffstat (limited to 'src/tests/tng_io_testing.c')
-rw-r--r-- | src/tests/tng_io_testing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 59ee6ec..8fd8292 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -118,7 +118,6 @@ static tng_function_status tng_test_read_and_write_file return(stat); } stat = tng_frame_set_write(traj, TNG_USE_HASH); - tng_input_file_pos_get(traj, &pos); } return(stat); |