mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +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
|
||||
|
||||
// orient seam edges (#19982)
|
||||
const tol = Precision::Confusion();
|
||||
const double tol = Precision::Confusion();
|
||||
if ( NbEdges() > 1 && !myC2d[0].IsNull() )
|
||||
for ( int i = 0; i < NbEdges(); ++i )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user