fix bug 9899: use compensateError() in computeInternalParameters() for 'nb segments' and 'local lengeth' as well.

This commit is contained in:
eap 2005-12-12 14:19:59 +00:00
parent f55b811678
commit 826fcfe5f5

View File

@ -286,6 +286,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(const TopoDS_Edge& theEdge
double param = Discret.Parameter(i);
theParams.push_back( param );
}
compensateError( eltSize, eltSize, f, l, length, C3d, theParams ); // for PAL9899
return true;
}