]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
0022327: [CEA 937] Wrong display
authorvsr <vsr@opencascade.com>
Fri, 29 Nov 2013 14:39:41 +0000 (14:39 +0000)
committervsr <vsr@opencascade.com>
Fri, 29 Nov 2013 14:39:41 +0000 (14:39 +0000)
src/Plugins/MedReader/IO/vtkMedDriver30.cxx

index e3f86cd71e9546c917ef207816dbe97ce7fd7f81..924cc856efab2227ea81e9bc8ebd3eac5b38c37e 100644 (file)
@@ -463,7 +463,7 @@ void vtkMedDriver30::ReadUnstructuredGridInformation(
     }
 
   this->ReadNumberOfEntity(grid, MED_CELL, MED_NODAL);
-  this->ReadNumberOfEntity(grid, MED_CELL, MED_DESCENDING);
+  //this->ReadNumberOfEntity(grid, MED_CELL, MED_DESCENDING);  // VSR: 29.11.2013: commented according to the issue 22327: descending connectivity is wrongly processed
   this->ReadNumberOfEntity(grid, MED_DESCENDING_FACE, MED_NODAL);
   this->ReadNumberOfEntity(grid, MED_DESCENDING_FACE, MED_DESCENDING);
   this->ReadNumberOfEntity(grid, MED_DESCENDING_EDGE, MED_NODAL);