Salome HOME
Building a version which will be tagged PreV2_0_0 working with KERNEL V1_4_0.
[modules/med.git] / src / MedClient / src / MESHClient.cxx
index a9d8e57daf13436872d56f003216612fa783def0..cb310f9159e78e7b9f5dad08b223fa519d3b1da2 100644 (file)
@@ -81,56 +81,48 @@ void MESHClient::blankCopy()
 
   convertCorbaArray<SALOME_MED::FAMILY_ptr>
     (_familyNode, 
-     _numberOfNodesFamilies, 
      //IOR_Mesh->getFamilies(MED_NODE),
      &all->famNode,
      (void *) (convertFamily), this);
  
   convertCorbaArray<SALOME_MED::FAMILY_ptr>
     (_familyEdge, 
-     _numberOfEdgesFamilies, 
      //IOR_Mesh->getFamilies(MED_EDGE),
      &all->famEdge,
      (void *) (convertFamily), this);
  
   convertCorbaArray<SALOME_MED::FAMILY_ptr>
     (_familyFace, 
-     _numberOfFacesFamilies, 
      //IOR_Mesh->getFamilies(MED_FACE),
      &all->famFace,
      (void *) (convertFamily), this);
  
   convertCorbaArray<SALOME_MED::FAMILY_ptr>
     (_familyCell, 
-     _numberOfCellsFamilies, 
      //IOR_Mesh->getFamilies(MED_CELL),
      &all->famCell,
      (void *) (convertFamily), this);
  
   convertCorbaArray<SALOME_MED::GROUP_ptr>
     (_groupNode, 
-     _numberOfNodesGroups, 
      //IOR_Mesh->getGroups(MED_NODE),
      &all->groupNode,
      (void *) (convertGroup), this);
  
   convertCorbaArray<SALOME_MED::GROUP_ptr>
     (_groupEdge, 
-     _numberOfEdgesGroups, 
      //IOR_Mesh->getGroups(MED_EDGE),
      &all->groupEdge,
      (void *) (convertGroup), this);
  
   convertCorbaArray<SALOME_MED::GROUP_ptr>
     (_groupFace, 
-     _numberOfFacesGroups, 
      //IOR_Mesh->getGroups(MED_FACE),
      &all->groupFace,
      (void *) (convertGroup), this);
  
   convertCorbaArray<SALOME_MED::GROUP_ptr>
     (_groupCell, 
-     _numberOfCellsGroups, 
      //IOR_Mesh->getGroups(MED_CELL),
      &all->groupCell,
      (void *) (convertGroup), this);