mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r29775] Description:
Another change for 'none' file pointers. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
This commit is contained in:
parent
b2d6d68d5d
commit
3ac0a74bf3
@ -510,6 +510,10 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
|
||||
fprintf(out, "H5D_CHUNK_IDX_BTREE");
|
||||
break;
|
||||
|
||||
case H5D_CHUNK_IDX_NONE:
|
||||
fprintf(out, "H5D_CHUNK_IDX_NONE");
|
||||
break;
|
||||
|
||||
case H5D_CHUNK_IDX_FARRAY:
|
||||
fprintf(out, "H5D_CHUNK_IDX_FARRAY");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user