diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-14 16:32:30 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-14 16:32:30 (GMT) |
commit | 26189e6691010b3aa1671dac8f607e23bcd152d0 (patch) | |
tree | f14622c8948a6b93a732ad016344a2134e13fd69 /src/tests | |
parent | d0c948844f398f291c1d014ff1a2791414b74d9c (diff) |
Fix bug in particle data retrieval. Some speedups.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/tng_io_testing.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 1506f68..3fc509a 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -419,11 +419,6 @@ int main() #endif -// if(tng_test_endianness(&traj) != TNG_SUCCESS) -// { -// printf("Test failed: Endianness. %s: %d\n", __FILE__, __LINE__); -// } - if(tng_test_read_and_write_file(&traj) == TNG_CRITICAL) { printf("Test Read and write file:\t\t\tFailed. %s: %d\n", |