From 5fe13efc5654956815f82ba181f7c890a7a95b7d Mon Sep 17 00:00:00 2001 From: pkv Date: Mon, 25 May 2015 13:08:25 +0300 Subject: [PATCH] 0026263: Inconsistent results of bopargcheck snd checkcurveonsurf commands. Changes: class BOPTest - static function: Standard_Integer checkcurveonsurf(Draw_Interpretor& di, Standard_Integer n, const char** a) has been changed. The condition that provides selection of faulty curves has been modified to be coherent with the same condition in class BOPAlgo_Analyzer. --- src/BOPTest/BOPTest_CheckCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BOPTest/BOPTest_CheckCommands.cxx b/src/BOPTest/BOPTest_CheckCommands.cxx index 72c7e423e3..7c37c401ab 100644 --- a/src/BOPTest/BOPTest_CheckCommands.cxx +++ b/src/BOPTest/BOPTest_CheckCommands.cxx @@ -999,7 +999,7 @@ Standard_Integer checkcurveonsurf(Draw_Interpretor& di, } // aTolE = BRep_Tool::Tolerance(aE); - if (aDMax < aTolE) { + if (!(aDMax > aTolE)) { continue; } //