]> Creatis software - creaContours.git/commitdiff
Clean code vtk8itk5wx3-macos
authorEduardo DAVILA <davila@dhcp-7.b401.creatis.insa-lyon.fr>
Fri, 25 Mar 2022 15:08:14 +0000 (16:08 +0100)
committerEduardo DAVILA <davila@dhcp-7.b401.creatis.insa-lyon.fr>
Fri, 25 Mar 2022 15:08:14 +0000 (16:08 +0100)
appli/wxContourGUIExample/CMakeLists.txt
appli/wxContourGUIExample/wxContourGUIExample.cxx

index 8820fed5e03ce051655d3a3096348a8b1f634dd4..9a0ec8800aef3188b9f5f38c5fb87217e79207eb 100644 (file)
@@ -42,7 +42,6 @@ ENDIF(WIN32)
 INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
 INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS})
 
-
 TARGET_LINK_LIBRARIES( creaContourApp
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
index 420a8941a80ee2620a13aca2d6a72550befbabfb..707a287102626a794f1ddebda894388dafa6f7d8 100644 (file)
@@ -74,8 +74,10 @@ wxContourGUIExample :: wxContourGUIExample(const wxString& title, const wxPoint&
 //}
 #endif
 
+
 bool wxTheApplication::OnInit()
 {
+
        vtkOutputWindowCreaContour *outputWindowCreaContour= vtkOutputWindowCreaContour::New();
        vtkOutputWindow::SetInstance( outputWindowCreaContour );
        outputWindowCreaContour->Delete();