From: Paul RASCLE Date: Wed, 6 Dec 2017 13:30:06 +0000 (+0100) Subject: debug trace message X-Git-Tag: v2.1.1__salome84~7^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3f893469492b912bd702139af11871a852c33a19;p=modules%2Fhydro.git debug trace message --- diff --git a/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx b/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx index 7f8c604f..f59c3302 100644 --- a/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx +++ b/src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx @@ -257,7 +257,9 @@ void HYDROGUI_ShapeBathymetry::RescaleByVisible( OCCViewer_ViewWindow* theWindow // For now "complete" is implemented Rescale( visible, visible.isEmpty() ); +#ifdef _DEBUG MESSAGE("Time after rescale:" << t1.elapsed()); +#endif } QVector HYDROGUI_ShapeBathymetry::selected() const