From 0e28f1d1f478e91584735af286baeb6829adb59b Mon Sep 17 00:00:00 2001 From: apl Date: Fri, 1 Dec 2017 00:26:57 +0300 Subject: [PATCH] Temporary fix for issue #416 --- src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } // -- 2.39.5