smal docu change

This commit is contained in:
2011-06-17 15:02:35 +00:00
parent 7baf635bef
commit 81f7f7716f
+1 -3
View File
@@ -32,7 +32,7 @@ open_trimeshes_group (
}
/*
Open container of specific triangle mesh
Open container of triangle mesh with \c id
*/
static inline h5_err_t
open_trimesh_group (
@@ -130,8 +130,6 @@ h5t_open_triangle_mesh_by_name (
TRY (h5t_close_mesh (f));
t->dsinfo_elems.type_id = t->dtypes.h5_triangle_t;
t->methods = tri_funcs;
t->ref_elem = &h5t_tri_ref_elem;