From 81f7f7716fe862096842fe34f1a889a2554c43bc Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 17 Jun 2011 15:02:35 +0000 Subject: [PATCH] smal docu change --- src/h5core/h5t_model_trim.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/h5core/h5t_model_trim.c b/src/h5core/h5t_model_trim.c index b3356c2..1f2c2c5 100644 --- a/src/h5core/h5t_model_trim.c +++ b/src/h5core/h5t_model_trim.c @@ -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;