(fix elem size for "LengthFromEdges" + "QuadraticMesh") - 2

This commit is contained in:
eap 2006-04-18 13:18:44 +00:00
parent 396e9a4c5c
commit 4a005f02a8

View File

@ -221,7 +221,7 @@ bool StdMeshers_MEFISTO_2D::Compute(SMESH_Mesh & aMesh, const TopoDS_Shape & aSh
_quadraticMesh = myTool->IsQuadraticSubMesh(aShape);
if ( _quadraticMesh && _hypLengthFromEdges )
_edgeLength *= 2.;
aretmx *= 2.;
myOuterWire = BRepTools::OuterWire(F);
nbpnt += NumberOfPoints(aMesh, myOuterWire);