HANDLE_H5_INTERNAL_ERR

- added
HANDLE_H5D_READ_ERR
	- do not print step id any more
This commit is contained in:
2008-02-22 13:42:34 +00:00
parent f50381096a
commit 17b5cf1a47
+7 -1
View File
@@ -39,6 +39,12 @@
H5PART_ERR_INVAL, \
"Group \"%s\" already exists", name )
#define HANDLE_H5_INTERNAL_ERR \
(*H5_get_errorhandler()) ( \
H5_get_funcname(), \
H5_ERR_INTERNAL, \
"Internal error: %s line %d!", __FILE__, __LINE__ )
/**************** H5 *********************/
#define HANDLE_H5_BADFD_ERR \
@@ -225,7 +231,7 @@
H5_ERR_HDF5, \
"Cannot open dataset \"%s\".", s );
#define HANDLE_H5D_READ_ERR( s, n ) \
#define HANDLE_H5D_READ_ERR( s ) \
(*H5_get_errorhandler()) ( \
H5_get_funcname(), \
H5_ERR_HDF5, \