H5_write_data()
- output info-message with group and dataset name we are writing to
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ H5_write_data (
|
||||
herr_t herr;
|
||||
hid_t dataset_id;
|
||||
|
||||
H5_print_debug ( "Create dataset[%s]", name );
|
||||
H5_info ( "Writing dataset %s/%s.", H5_get_objname(groupid), name );
|
||||
|
||||
dataset_id = H5Dcreate (
|
||||
groupid,
|
||||
|
||||
Reference in New Issue
Block a user