Salome HOME
typo-fix by Kunda V8_5_0a1
authoreap <eap@opencascade.com>
Tue, 27 Feb 2018 11:30:42 +0000 (14:30 +0300)
committereap <eap@opencascade.com>
Tue, 27 Feb 2018 11:30:42 +0000 (14:30 +0300)
http://www.salome-platform.org/forum/forum_9/975195177

src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx

index 3e0a93f4f1cd92912f651f866d21fcef7d7523d9..5f2b88fc9a0c5b8804e5c248a086b72f48b37cca 100644 (file)
@@ -170,7 +170,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh&         aMesh,
 
   int nbHyps = bool(_hypMaxElementArea) + bool(_hypLengthFromEdges) + bool(_hypParameters );
   if ( nbHyps > 1 )
-    aStatus = HYP_CONCURENT;
+    aStatus = HYP_CONCURRENT;
   else if ( hasVL )
     error( StdMeshers_ViscousLayers2D::CheckHypothesis( aMesh, aShape, aStatus ));
   else