From c108642ea970168f40ed48e40d12893bd1fe9601 Mon Sep 17 00:00:00 2001 From: ouv Date: Mon, 23 Sep 2013 14:15:28 +0000 Subject: [PATCH] Minor changes. --- src/HYDROGUI/HYDROGUI_Operations.cxx | 5 +++-- src/HYDROGUI/HYDROGUI_SplitZonesTool.cxx | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/HYDROGUI/HYDROGUI_Operations.cxx b/src/HYDROGUI/HYDROGUI_Operations.cxx index 72c51c9a..7bf1c895 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.cxx +++ b/src/HYDROGUI/HYDROGUI_Operations.cxx @@ -138,8 +138,9 @@ void HYDROGUI_Module::createMenus() createMenu( CutImagesId, aHydroId, -1, -1 ); createMenu( SplitImageId, aHydroId, -1, -1 ); - createMenu( separator(), aHydroId ); - createMenu( TestSplitId, aHydroId, -1, -1 ); + //ouv: debug + //createMenu( separator(), aHydroId ); + //createMenu( TestSplitId, aHydroId, -1, -1 ); } void HYDROGUI_Module::createPopups() diff --git a/src/HYDROGUI/HYDROGUI_SplitZonesTool.cxx b/src/HYDROGUI/HYDROGUI_SplitZonesTool.cxx index 2411bacc..f8a19c98 100644 --- a/src/HYDROGUI/HYDROGUI_SplitZonesTool.cxx +++ b/src/HYDROGUI/HYDROGUI_SplitZonesTool.cxx @@ -76,7 +76,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL } // Step 1. Split the paths. - printf( "Step 1\n" ); + //printf( "Step 1\n" ); SplitDataListIterator anInputIter( anInputSplitDataList ); while( anInputIter.hasNext() ) { @@ -114,7 +114,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL } // Step 2. Take into account the boundary polyline. - printf( "Step 2\n" ); + //printf( "Step 2\n" ); if( !thePolyline.IsNull() ) { const QPainterPath& aBoundaryPath = thePolyline->painterPath(); @@ -135,7 +135,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL } // Step 3. Extract the separate regions. - printf( "Step 3\n" ); + //printf( "Step 3\n" ); SplitDataList anExtractedSplitDataList; SplitDataListIterator anOutputIter( anOutputSplitDataList ); while( anOutputIter.hasNext() ) -- 2.30.2