]> Creatis software - creaContours.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 18 Jun 2009 15:37:59 +0000 (15:37 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 18 Jun 2009 15:37:59 +0000 (15:37 +0000)
appli/wxContourGUIExample/CMakeLists.txt
lib/Interface_Icons_NDimensions/interfSegmentationPanels.cxx

index 953818b8a72f6304fb53a96d64a1d1937d753380..f9fcb095c30412413089b71ec44d7d592f57c28f 100644 (file)
@@ -9,13 +9,11 @@ ENDIF(WIN32)
 
 
 TARGET_LINK_LIBRARIES( wxContourGUIExample
-
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
                       ${ITK_LIBRARIES}
                       ${creaEnvironment_LIBRARIES}
                       ${creaMaracasVisu_LIBRARIES}
-#                     ${creaImageIO_LIBRARIES}
                       ${creaImageIO2_LIBRARIES}
                        Interface_Icons_NDimensions_lib
                        Interface_ManagerContour_NDimensions_lib
index 0fa3d18196d39987746a8a9253cfa81f4c3bb349..0d4c590e6cacf1ae323b7e43c1227736c73bad16 100644 (file)
@@ -131,8 +131,8 @@ interfSegmentationPanelITK::interfSegmentationPanelITK(wxWindow * parent)
        double range[2];
        interfMainPanel::getInstance()->getImageRange(range);
 
-       int min = (int)floor (range[0]);
-       int max = (int)ceil (range[1]);
+//     int min = (int)floor (range[0]);
+//     int max = (int)ceil (range[1]);
        
        //The labels
        //wxStaticText * distance =