]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
authoreap <eap@opencascade.com>
Fri, 6 May 2011 07:31:47 +0000 (07:31 +0000)
committereap <eap@opencascade.com>
Fri, 6 May 2011 07:31:47 +0000 (07:31 +0000)
  assure usage of existing medium nodes

src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx

index 72afa568f6987c51e3ffea3d36325c31dd80c5e4..85edec59090b3f2c485e67f32d3462155267fdf7 100644 (file)
@@ -985,7 +985,8 @@ static bool readGMFFile(const char*                     theFile,
   theHelper->GetMesh()->NbVolumes( ORDER_QUADRATIC );
   std::cout << "isQuadMesh: " << isQuadMesh << std::endl;
   
-  theHelper->SetIsQuadratic(isQuadMesh);
+  theHelper->IsQuadraticSubMesh( theHelper->GetSubShape() );
+
   // ---------------------------------
   // Read generated elements and nodes
   // ---------------------------------