summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r--src/H5Dint.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index 001b48a..1fddd01 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -735,6 +735,10 @@ H5D_set_io_ops(H5D_t *dataset)
dataset->shared->layout.u.chunk.ops = H5D_COPS_EARRAY;
break;
+ case H5D_CHUNK_IDX_FARRAY:
+ dataset->shared->layout.u.chunk.ops = H5D_COPS_FARRAY;
+ break;
+
default:
HDassert(0 && "Unknown chunk index method!");
HGOTO_ERROR(H5E_DATASET, H5E_UNSUPPORTED, FAIL, "unknown chunk index method")