From: adam Date: Tue, 23 Mar 2010 09:56:49 +0000 (+0000) Subject: Fix a bug about export faces groups (from CVW) X-Git-Tag: V5_1_4a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2e9e835daa4d9ca29679eba5dd975a2322fadef;p=plugins%2Fghs3dprlplugin.git Fix a bug about export faces groups (from CVW) --- 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<