From 49d857439124098a5b7be3cb2eb53406039ac91a Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 27 Feb 2018 14:30:42 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/975195177 --- src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx index 3e0a93f..5f2b88f 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx @@ -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 -- 2.39.2