diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-04 10:40:17 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-04 10:40:17 (GMT) |
commit | 9f6f7ccb3abdcc7e0f3053e7a0263976c4fe7bfa (patch) | |
tree | 9bff22509d7a3f64968d77d0856c361c3f35aec9 /src | |
parent | 91cfc4d1e24b8f8e2c9b62b1398b0780835e186b (diff) |
Changed output file name when writing test file
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/tng_io_testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 14114f8..4bb982a 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -282,7 +282,7 @@ int main() printf("Creation time: %s\n", time_str); tng_set_input_file(&traj, "tng_example.tng"); - tng_set_output_file(&traj, "/tmp/tng_example_test.tng"); + tng_set_output_file(&traj, "/tmp/tng_example_out.tng"); // if(tng_test_endianness(&traj) != TNG_SUCCESS) // { |