From: jean-pierre roux Date: Tue, 12 May 2009 08:45:43 +0000 (+0000) Subject: no newline at end of file X-Git-Tag: EED.02Oct2009~29 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=48f172ee7e9b077528376877269247ad3e517542;p=creaContours.git no newline at end of file --- 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 + } +