From 3f893469492b912bd702139af11871a852c33a19 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Wed, 6 Dec 2017 14:30:06 +0100 Subject: [PATCH] debug trace message --- src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2