mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-03 21:30:34 +05:00
fix bug 9899: use compensateError() in computeInternalParameters() for 'nb segments' and 'local lengeth' as well.
This commit is contained in:
parent
f55b811678
commit
826fcfe5f5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user