diff options
Diffstat (limited to 'src/tests/tng_io_testing.c')
-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 65406f0..e9881bc 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -277,7 +277,7 @@ int main() } printf("Test Init trajectory:\t\t\t\tSucceeded.\n"); - tng_get_time_str(&traj, time_str); + tng_time_get_str(&traj, time_str); printf("Creation time: %s\n", time_str); |