]> Creatis software - creaMaracasVisu.git/commitdiff
#3109 creaMaracasVisu Bug New Normal - branch vtk7itk4 compilation with vtk7
authorEduardo DAVILA <davila@localhost.localdomain>
Sat, 12 Aug 2017 08:19:09 +0000 (10:19 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Sat, 12 Aug 2017 08:19:09 +0000 (10:19 +0200)
bbtk/src/bbmaracasvisuImageChangeInformation.cxx

index a0de9cef608751ca5b47490a31679cc98f5dfb54..4a9c2d3967aad942d70d73f6d01df40ab862d8b4 100644 (file)
@@ -35,7 +35,8 @@ void ImageChangeInformation::Process()
        int ext[6];
        double spc[3];
        vtkImageData* img = bbGetInputIn();
-       if(img!=NULL){
+       if(img!=NULL)
+       {
                if(mchange != NULL)
                {
                        mchange->Delete();
@@ -68,7 +69,7 @@ void ImageChangeInformation::Process()
                }
                mchange->Update();    //important
                bbSetOutputOut( mchange->GetOutput() );
-       }  
+       } // img
 }
 
 void ImageChangeInformation::bbUserSetDefaultValues()