mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
#19982 EDF 21954 - Compute mesh fails -------- compilation error
This commit is contained in:
parent
1ce54e1c12
commit
50479f058d
@ -182,7 +182,7 @@ StdMeshers_FaceSide::StdMeshers_FaceSide(const TopoDS_Face& theFace,
|
|||||||
} // loop on edges
|
} // loop on edges
|
||||||
|
|
||||||
// orient seam edges (#19982)
|
// orient seam edges (#19982)
|
||||||
const tol = Precision::Confusion();
|
const double tol = Precision::Confusion();
|
||||||
if ( NbEdges() > 1 && !myC2d[0].IsNull() )
|
if ( NbEdges() > 1 && !myC2d[0].IsNull() )
|
||||||
for ( int i = 0; i < NbEdges(); ++i )
|
for ( int i = 0; i < NbEdges(); ++i )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user