diff options
Diffstat (limited to 'testpar/API/H5_api_test_parallel.c')
-rw-r--r-- | testpar/API/H5_api_test_parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/API/H5_api_test_parallel.c b/testpar/API/H5_api_test_parallel.c index fb80d8a..9b1d432 100644 --- a/testpar/API/H5_api_test_parallel.c +++ b/testpar/API/H5_api_test_parallel.c @@ -453,7 +453,7 @@ error: H5VLclose(registered_con_id); H5Pclose(fapl_id); } - H5E_END_TRY; + H5E_END_TRY MPI_Finalize(); |