Salome HOME
refs #1330: basic implementation of the not zoomable polyline arrows
[modules/hydro.git] / src / HYDROData / HYDROData_QuadtreeNode.cxx
index 11fe12cd2e51c99fa5a3a253be6d05728662b266..03e0c943fc85521297623d386beba7e6a944eb79 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <gp_Pnt.hxx>
 
-#define _DEVDEBUG_
+//#define _DEVDEBUG_
 #include "HYDRO_trace.hxx"
 
 using namespace std;
@@ -88,11 +88,11 @@ void HYDROData_QuadtreeNode::setNodesAndCompute(Nodes_3D* theNodes)
   myNodes = theNodes;
   if (myNodes)
     {
-      //DEBTRACE(" --- start compute");
+      DEBTRACE(" --- start compute");
       compute();
-      //DEBTRACE(" --- end compute : children & height " << this->nbChildren() << " " << this->getHeight());
-      //DEBTRACE("Bounding box min: " << this->myBox->CornerMin().X() << " "  << this->myBox->CornerMin().Y());
-      //DEBTRACE("Bounding box max: " << this->myBox->CornerMax().X() << " "  << this->myBox->CornerMax().Y());
+      DEBTRACE(" --- end compute : children & height " << this->nbChildren() << " " << this->getHeight());
+      DEBTRACE("Bounding box min: " << this->myBox->CornerMin().X() << " "  << this->myBox->CornerMin().Y());
+      DEBTRACE("Bounding box max: " << this->myBox->CornerMax().X() << " "  << this->myBox->CornerMax().Y());
     }
 }