typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/975195177
This commit is contained in:
eap 2018-02-27 14:30:42 +03:00
parent 6492334154
commit 49d8574391

View File

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