Salome HOME
Typo-fix by Kunda
authoreap <eap@opencascade.com>
Fri, 9 Feb 2018 19:45:07 +0000 (22:45 +0300)
committereap <eap@opencascade.com>
Fri, 9 Feb 2018 19:45:07 +0000 (22:45 +0300)
http://www.salome-platform.org/forum/forum_9/16816690

src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index 2902e0cf1a1ddb6f6cc1528c35e47fe6ee6b7429..7da62dceef203c752d7c290bba8e44afaeb0cfbb 100644 (file)
@@ -3561,9 +3561,9 @@ bool NETGENPlugin_Mesher::Evaluate(MapShapeNbElems& aResMap)
     int nb1d = 0;
     if ( !tooManyElems )
     {
     int nb1d = 0;
     if ( !tooManyElems )
     {
-      TopTools_MapOfShape egdes;
+      TopTools_MapOfShape edges;
       for (TopExp_Explorer exp1(F,TopAbs_EDGE); exp1.More(); exp1.Next())
       for (TopExp_Explorer exp1(F,TopAbs_EDGE); exp1.More(); exp1.Next())
-        if ( egdes.Add( exp1.Current() ))
+        if ( edges.Add( exp1.Current() ))
           nb1d += Edge2NbSeg.Find(exp1.Current());
     }
     int nbFaces = tooManyElems ? hugeNb : int( 4*anArea / (mparams.maxh*mparams.maxh*sqrt(3.)));
           nb1d += Edge2NbSeg.Find(exp1.Current());
     }
     int nbFaces = tooManyElems ? hugeNb : int( 4*anArea / (mparams.maxh*mparams.maxh*sqrt(3.)));