]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
authoreap <eap@opencascade.com>
Mon, 1 Feb 2010 14:25:09 +0000 (14:25 +0000)
committereap <eap@opencascade.com>
Mon, 1 Feb 2010 14:25:09 +0000 (14:25 +0000)
   * Rename HasDegenenaratedEdges() -> HasDegeneratedEdges()

src/GHS3DPlugin_GHS3D.cxx

index c340c3d3418c8042f13078cf4b9d937f64d9a117..009f158862bea134d23a12c9b1639faf551f8466 100644 (file)
@@ -440,7 +440,7 @@ static bool writePoints (ofstream &                       theFile,
 
   // Issue 020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
   // The problem is in nodes on degenerated edges, we need to skip them
-  if ( theHelper.HasDegenenaratedEdges() )
+  if ( theHelper.HasDegeneratedEdges() )
   {
     // here we decrease total nb of nodes by nb of nodes on degenerated edges
     set<int> checkedSM;