]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorvbd <vbd>
Fri, 19 Oct 2007 16:40:51 +0000 (16:40 +0000)
committervbd <vbd>
Fri, 19 Oct 2007 16:40:51 +0000 (16:40 +0000)
src/ParaMEDMEM/UnstructuredParaSUPPORT.cxx

index 10eaac829a977538ea620d7edff75a7e43e4c59b..83b25af6cb15a140d7f040a03eedfb580981c267 100644 (file)
@@ -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);