]> OCCT Git - occt-copy.git/commitdiff
Temporary fix for issue #416
authorapl <apl@opencascade.com>
Thu, 30 Nov 2017 21:26:57 +0000 (00:26 +0300)
committerapl <anton.poletaev@opencascade.com>
Fri, 26 Oct 2018 12:21:55 +0000 (15:21 +0300)
src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx

index 38b7be516ce96c3aa1a6028fb170ad7d60fb077d..e8d5e5a58a3d830d90cc2e08e9198b83a0dada50 100644 (file)
@@ -526,7 +526,7 @@ void BOPAlgo_PaveFiller::MakeBlocks()
         aPB->Indices(nV1, nV2);
         aPB->Range  (aT1, aT2);
         //
-        if (fabs(aT1 - aT2) < Precision::PConfusion()) {
+        if (fabs(aT1 - aT2) < Precision::Confusion()) {
           continue;
         }
         //