From 9f6f7ccb3abdcc7e0f3053e7a0263976c4fe7bfa Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Tue, 4 Dec 2012 11:40:17 +0100 Subject: Changed output file name when writing test file 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) // { -- cgit v0.10.1