From 48f172ee7e9b077528376877269247ad3e517542 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 12 May 2009 08:45:43 +0000 Subject: [PATCH] no newline at end of file --- appli/wxContourGUIExample/wxContourGUIExample.cxx | 3 ++- lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx | 3 ++- .../wxContourViewPanel.cxx | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index 67eef42..7b15059 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -327,4 +327,5 @@ int main(int argc, char* argv[]) ::GetCommandLine(), SW_SHOWNORMAL); } #else -#endif \ No newline at end of file +#endif + diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx b/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx index 257fe8c..42d97ba 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx @@ -94,4 +94,5 @@ void interfNewContourMenu::onCreateContourLine( wxCommandEvent& event ){ void interfNewContourMenu::onCreateContourPoints( wxCommandEvent& event ){ interfMainPanel::getInstance()->onCreateContourLine(); } -*/ \ No newline at end of file +*/ + diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx index 61dc811..30aa149 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx @@ -808,4 +808,5 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) void wxContourViewPanel::setImageSlice(int z){ _sceneManager->getWxVtkViewBase()->GetInteractorStyleBaseView()->GetWxVtk2DBaseView()->SetActualSlice(z); RefreshInterface(); - } \ No newline at end of file + } + -- 2.45.1