]> Creatis software - creaContours.git/commitdiff
fix mistyping
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 11 Mar 2010 08:03:13 +0000 (08:03 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 11 Mar 2010 08:03:13 +0000 (08:03 +0000)
bbtk/src/bbCreaContournDimensions.cxx
lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx

index 875ba21b3c338e6b4d87d64faf6883aa9f6f65d9..a3077cd784192c5d5ef4fda6c2fbaf3b171fce1d 100644 (file)
@@ -7,7 +7,7 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaContours,nDimensions)
 BBTK_BLACK_BOX_IMPLEMENTATION(nDimensions,bbtk::WxBlackBox);
 void nDimensions::Process()
 {
-       double **vectx = 0, **vecty = 0, **vectz = O;
+       double **vectx = 0, **vecty = 0, **vectz = 0;
 
        std::vector< void * > vectortemp;
        std::vector<int> size;
index 8941bde86d9e44287e06a66071e3e4e6164291c1..8c8beb05edb61a3fae3d56edcde0459c526bc5da 100644 (file)
@@ -153,7 +153,8 @@ void wxContourMainFrame::setVectImages(std::vector<vtkImageData*> imgs)
 }
 
 
-       wxContourMainFrame* wxContourMainFrame :: getInstance(wxWindow* parent, wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,std::vector<vtkImageData*> images, long style,std::string datadir ){
+       wxContourMainFrame* wxContourMainFrame :: getInstance(wxWindow* parent, wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,std::vector<vtkImageData*> images, long style,std::string datadir )
+       {
                if(instance == NULL){
                        instance = new wxContourMainFrame(parent, id, title, pos, size, images, style,datadir);
                }
@@ -3106,4 +3107,4 @@ void wxContourMainFrame::SetFileLocation(std::string newFileLocation)
        _fileLocation = newFileLocation;
        std::cout<<"GETFILELOCATION:"<<_fileLocation<<std::endl;
 }
-//------------------------------------------------------------------------------------------------------------
\ No newline at end of file
+//------------------------------------------------------------------------------------------------------------