X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FTopClass%2FTopClass_Classifier3d.gxx;h=a5a77b0d95e6af2da609b7b3577735bb7010590e;hp=7e6bb69019cf5eb337d86b88a5d2da47d15b327f;hb=780ee4e25cc8de44daa10216e7e0d3bf963f3f29;hpb=973c2be1e1d7ccc09340d14d5174bb03c761d4a0 diff --git a/src/TopClass/TopClass_Classifier3d.gxx b/src/TopClass/TopClass_Classifier3d.gxx index 7e6bb69019..a5a77b0d95 100644 --- a/src/TopClass/TopClass_Classifier3d.gxx +++ b/src/TopClass/TopClass_Classifier3d.gxx @@ -5,8 +5,8 @@ // // This file is part of Open CASCADE Technology software library. // -// This library is free software; you can redistribute it and / or modify it -// under the terms of the GNU Lesser General Public version 2.1 as published +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published // by the Free Software Foundation, with special exception defined in the file // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT // distribution for complete text of the license and disclaimer of any warranty. @@ -36,7 +36,9 @@ void TopClass_Classifier3d::Reset(const gp_Lin& L, void TopClass_Classifier3d::Compare(const TopoDS_Face& Face, const TopAbs_Orientation) { if(!isSet) { +#ifdef OCCT_DEBUG cout<<" Call to TopClass_Classifier3d::Compare without a Reset ! "; +#endif return; } @@ -50,7 +52,9 @@ void TopClass_Classifier3d::Compare(const TopoDS_Face& Face, myFace = myIntersector.Face(); if(Abs(myParam)<=myTolerance) { //-- ######################################### +#ifdef OCCT_DEBUG cout<<" myParam = "<