summaryrefslogtreecommitdiffstats
path: root/examples/h5ff_client_time_datasets.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5ff_client_time_datasets.c')
-rw-r--r--examples/h5ff_client_time_datasets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5ff_client_time_datasets.c b/examples/h5ff_client_time_datasets.c
index 326344f..b576c95 100644
--- a/examples/h5ff_client_time_datasets.c
+++ b/examples/h5ff_client_time_datasets.c
@@ -183,7 +183,7 @@ int main( int argc, char **argv ) {
/* Acquire read context for CV 1 */
version = 1;
- rc_id = H5RCacquire( file_id, &version, H5P_DEFAULT, H5_EVENT_STACK_NULL ); ASSERT_RET; assert( version == 1 );
+ rc_id = H5RCacquire( file_id, &version, H5P_DEFAULT, H5_EVENT_STACK_NULL ); assert( rc_id >= 0); assert( version == 1 );
fprintf( stderr, "APP-r%d: rc %lu - Acquired\n", my_rank, version );
/* Start a transaction with a single leader (the default) */