From: eap Date: Tue, 27 Feb 2018 11:30:42 +0000 (+0300) Subject: typo-fix by Kunda X-Git-Tag: V8_5_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?p=plugins%2Fnetgenplugin.git;a=commitdiff_plain;h=49d857439124098a5b7be3cb2eb53406039ac91a typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/975195177 --- 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