From: vbd Date: Fri, 19 Oct 2007 16:40:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: trio_trio_coupling~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=629263b3bfee68054e30805b11b560cac9f82c64;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/ParaMEDMEM/UnstructuredParaSUPPORT.cxx b/src/ParaMEDMEM/UnstructuredParaSUPPORT.cxx index 10eaac829..83b25af6c 100644 --- a/src/ParaMEDMEM/UnstructuredParaSUPPORT.cxx +++ b/src/ParaMEDMEM/UnstructuredParaSUPPORT.cxx @@ -13,8 +13,8 @@ UnstructuredParaSUPPORT::UnstructuredParaSUPPORT(const ParaMESH* const mesh, con ParaSUPPORT(mesh,support), _entity(support->getEntity()) { - _mesh=mesh; - _support=support; + //_mesh=mesh; + //_support=support; _explicit_topology=new ExplicitTopology(*(ParaSUPPORT*)this); } @@ -23,10 +23,10 @@ UnstructuredParaSUPPORT::UnstructuredParaSUPPORT(const MEDMEM::SUPPORT* support, ParaSUPPORT(*support,proc_group), _entity(support->getEntity()) { - ostringstream name ("mesh associated with support "); - name << support->getName(); - _mesh=new ParaMESH(*support->getMesh(), proc_group, name.str() ); - _support=support; + //ostringstream name ("mesh associated with support "); + // name << support->getName(); + // _mesh=new ParaMESH(*support->getMesh(), proc_group, name.str() ); + //_support=support; int nb_elem=_support->getNumberOfElements(MED_EN::MED_ALL_ELEMENTS); // _explicit_topology=new ExplicitTopology(*(ParaSUPPORT*)this); _explicit_topology=new BlockTopology(proc_group,nb_elem);