bugfix in H5FedRefineElem()

This commit is contained in:
2009-05-14 16:20:25 +00:00
parent 8c22590be2
commit 6a60e90a43
+1 -1
View File
@@ -167,5 +167,5 @@ H5FedEndRefineElements (
h5_file_t * const f
) {
SET_FNAME ( f, __func__ );
return H5_SUCCESS;
return h5t_end_refine_elems ( f );
}