- DUNE-style refinement implemented

This commit is contained in:
2010-05-21 10:14:42 +00:00
parent 4243deb2c4
commit 7e6e819ad9
9 changed files with 107 additions and 42 deletions
+1 -2
View File
@@ -68,8 +68,7 @@ H5FedEndStoreElements (
h5_err_t
H5FedBeginRefineElements (
h5_file_t * const f,
const h5_size_t num
h5_file_t * const f
);
h5_id_t
+1 -2
View File
@@ -50,8 +50,7 @@ h5t_end_store_elems (
h5_err_t
h5t_begin_refine_elems (
h5_file_t * const f,
const h5_size_t num_elems_to_refine
h5_file_t * const f
);
h5_id_t