[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:
Quincey Koziol 2016-04-24 00:37:18 -05:00
parent b2d6d68d5d
commit 3ac0a74bf3

View File

@ -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;