typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/975195177
This commit is contained in:
parent
6492334154
commit
49d8574391
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user