From f2e9e835daa4d9ca29679eba5dd975a2322fadef Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 23 Mar 2010 09:56:49 +0000 Subject: [PATCH] Fix a bug about export faces groups (from CVW) --- src/tepal2med/ghs3dprl_mesh_wrap.cxx | 4 ++-- src/tepal2med/tepal2med.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tepal2med/ghs3dprl_mesh_wrap.cxx b/src/tepal2med/ghs3dprl_mesh_wrap.cxx index a8d858b..041ddc3 100755 --- a/src/tepal2med/ghs3dprl_mesh_wrap.cxx +++ b/src/tepal2med/ghs3dprl_mesh_wrap.cxx @@ -1828,7 +1828,7 @@ bool ghs3dprl_mesh_wrap::idom_faces() key2=key2.sprintf("SKIN_TRIA3_FAMILIES",idom); //on global numerotation tab2=this->restore_key(key2); //tab1=this->mestab[key1]; med_int nbskin=0; - if (tab2) med_int nbskin=tab2->size; + if (tab2) nbskin=tab2->size; //set families of faces existing in GHS3DPRL_skin.med med_int nb=nbtria3; @@ -1846,7 +1846,7 @@ bool ghs3dprl_mesh_wrap::idom_faces() } ok=set_one_more_family(famtria3,fammore,nb); delete[] fammore; - + //writing faces(triangles) global numbering if (verbose>2) cout<<"CreateMEDglobalNumerotation_Faces "<size<