diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-23 15:06:59 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-23 15:06:59 (GMT) |
commit | f043e57811aed313b0de3fd3aa4f6df734156191 (patch) | |
tree | e7a86b34e8188a98ed7c5128112c916f3fef9c67 /src/tests/md_openmp.c | |
parent | 0a4c5591fb33b862c867b1e31b3fd225e93fbf76 (diff) |
More work on high-level API. New example files.
Fixed many bugs in the high-level API.
Use the high-level API (where appropriate) in new example files.
Diffstat (limited to 'src/tests/md_openmp.c')
-rw-r--r-- | src/tests/md_openmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c index 58f7c6d..108beb6 100644 --- a/src/tests/md_openmp.c +++ b/src/tests/md_openmp.c @@ -240,7 +240,7 @@ int main ( int argc, char *argv[] ) TNG_TRAJECTORY_BLOCK, n_frames_per_frame_set, 3, 1, 0, np, - TNG_UNCOMPRESSED, + TNG_TNG_COMPRESSION, 0) != TNG_SUCCESS) { printf("Error adding data. %s: %d\n", __FILE__, __LINE__); @@ -252,7 +252,7 @@ int main ( int argc, char *argv[] ) TNG_TRAJECTORY_BLOCK, n_frames_per_frame_set, 3, 1, 0, np, - TNG_UNCOMPRESSED, + TNG_TNG_COMPRESSION, 0) != TNG_SUCCESS) { printf("Error adding data. %s: %d\n", __FILE__, __LINE__); |