diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-26 02:55:47 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-26 02:55:47 (GMT) |
commit | 0d22a663df367ada055cb3695186c669e1dd6d5e (patch) | |
tree | 9a3c6588411b63b90ec5d86f65032c0f373eb4e2 /testpar/testphdf5.h | |
parent | b4b2b55d33be1c4f1c33aaf58294281a93b7da39 (diff) | |
download | hdf5-0d22a663df367ada055cb3695186c669e1dd6d5e.zip hdf5-0d22a663df367ada055cb3695186c669e1dd6d5e.tar.gz hdf5-0d22a663df367ada055cb3695186c669e1dd6d5e.tar.bz2 |
[svn-r7265] *** empty log message ***
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index ccf0191..afbce3e 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -51,7 +51,7 @@ MPI_Finalize(); exit(nerrors); \ } \ } \ - H5Eclear(); \ + H5Eclear(H5E_DEFAULT); \ } while(0) /* @@ -72,7 +72,7 @@ mesg, (int)__LINE__, __FILE__); \ fflush(stdout); \ } \ - H5Eclear(); \ + H5Eclear(H5E_DEFAULT); \ } while(0) #define MPI_BANNER(mesg)\ |