Salome HOME
merge master
[modules/hydro.git] / src / HYDROData / HYDROData_Obstacle.cxx
index 9c738a117a80ee24fe011b18b5bf39cd68b5e196..60b4143a4213c96d8a25deb0ebe0b4343b25d69a 100644 (file)
@@ -75,6 +75,9 @@
 
 #include <HYDROData_Projection.h>
 
+#define _DEVDEBUG_
+#include "HYDRO_trace.hxx"
+
 IMPLEMENT_STANDARD_HANDLE(HYDROData_Obstacle,HYDROData_ArtificialObject)
 IMPLEMENT_STANDARD_RTTIEXT(HYDROData_Obstacle,HYDROData_ArtificialObject)
 
@@ -476,6 +479,7 @@ TopoDS_Shape HYDROData_Obstacle::ImportSTEP( const QString& theFilePath ) const
 
 ObjectKind HYDROData_Obstacle::getAltitudeObjectType() const
 {
+  DEBTRACE("HYDROData_Obstacle::getAltitudeObjectType");
   return KIND_OBSTACLE_ALTITUDE;
 }