]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkCreateImage.cxx
#3338 BBTK Feature New Normal - MAthOperation round rint floor trunc
[bbtk.git] / packages / vtk / src / bbvtkCreateImage.cxx
index 007c34718cc779e17897a44f3ddd81ec35f4dddc..c534252a5b3452d7c440b579464a69e342790b80 100644 (file)
@@ -99,10 +99,7 @@ void CreateImage::Process()
                spc[2]=1;
        }
 //EED 2017-12-7
-       if (imageoutput!=NULL) 
-       {
-               imageoutput->Delete();
-       }       
+       if (imageoutput!=NULL) {imageoutput->Delete();} 
        imageoutput = vtkImageData::New();
        imageoutput->Initialize();
        imageoutput->SetSpacing( spc );