- declaration of new functions added

This commit is contained in:
2008-02-20 13:48:55 +00:00
parent 5426e8267e
commit 6684a3cdfc
+32 -10
View File
@@ -11,12 +11,44 @@ _h5t_close_step (
h5_file * f
);
h5_id_t
_h5t_open_mesh (
h5_file * f
);
h5_id_t
_h5t_close_mesh (
h5_file * f
);
h5_size_t
H5t_get_num_meshes (
h5_file * f
);
h5_err_t
H5t_set_mesh (
h5_file * f,
const h5_id_t id
);
h5_id_t
H5t_add_mesh (
h5_file * f
);
h5_size_t
H5t_get_num_levels (
h5_file * f
);
h5_err_t
H5t_set_level (
h5_file * f,
const h5_id_t id
);
h5_id_t
H5t_add_level (
h5_file * f
@@ -75,14 +107,4 @@ H5t_get_tet (
h5_id_t * const vertex_ids[4]
);
h5_id_t
_h5t_open_mesh (
h5_file * f
);
h5_id_t
_h5t_close_mesh (
h5_file * f
);
#endif