From: apl Date: Thu, 30 Nov 2017 21:26:57 +0000 (+0300) Subject: Temporary fix for issue #416 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0e28f1d1f478e91584735af286baeb6829adb59b;p=occt-copy.git Temporary fix for issue #416 --- diff --git a/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx b/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx index 38b7be516c..e8d5e5a58a 100644 --- a/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx +++ b/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx @@ -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; } //