X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_Gluer.cxx;h=bf7a38223260928577f5fe9bdcbbbf35cf0d4874;hb=ec3ebbe8917cb07300e590ba913edd730d7760d0;hp=b19cc90933bf66c5edff9960d3139e63dd0167bb;hpb=89e60b0cd04dc7c92a7ffd545a3d83c23ac222f4;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_Gluer.cxx b/src/GEOMAlgo/GEOMAlgo_Gluer.cxx index b19cc9093..bf7a38223 100644 --- a/src/GEOMAlgo/GEOMAlgo_Gluer.cxx +++ b/src/GEOMAlgo/GEOMAlgo_Gluer.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -510,12 +510,8 @@ void GEOMAlgo_Gluer::MakeSolids() myResult=aCmp; // if (aMS.Extent()) { -#if OCC_VERSION_LARGE > 0x07020001 TopTools_IndexedMapOfShape aMapToAvoid; BOPTools_AlgoTools::CorrectCurveOnSurface(myResult, aMapToAvoid, 0.0001); -#else - BOPTools_AlgoTools::CorrectCurveOnSurface(myResult, 0.0001); -#endif } } //=======================================================================