diff options
| -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)  //     {  | 
