diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-06 12:27:47 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-06 12:27:47 (GMT) |
commit | f4fcb3cc61622bb2fbe46d75e292b2e31ee0fd4f (patch) | |
tree | f57fddf9c9b143458c0d9457b1e0c03b5cd7f091 /src/tests/tng_io_testing.c | |
parent | 04462e8573d065737cb8835403270e53311d52a3 (diff) |
Renamed one more API function
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); |