mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 22:34:16 +05:00
fix bug 9899: use compensateError() in computeInternalParameters() for 'nb segments' and 'local lengeth' as well.
This commit is contained in:
parent
b6a4db8739
commit
ca49b34152
@ -402,6 +402,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(const TopoDS_Edge& theEdge
|
|||||||
double param = Discret.Parameter(i);
|
double param = Discret.Parameter(i);
|
||||||
theParams.push_back( param );
|
theParams.push_back( param );
|
||||||
}
|
}
|
||||||
|
compensateError( eltSize, eltSize, f, l, length, C3d, theParams ); // for PAL9899
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user