]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageBoundaries.cxx
#3194 BBTK Feature New Normal - Update surfaceTexture box with new lookuptables
[bbtk.git] / packages / vtk / src / bbvtkImageBoundaries.cxx
index c74a6ec2462f96bf76803d200e51c697be995f48..b76ce9624d38023bff3eed9f7fd63dc624a8ae4b 100644 (file)
@@ -41,7 +41,8 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ImageBoundaries,bbtk::AtomicBlackBox);
 void ImageBoundaries::Process()
 {
        printf("bbtk:vtk::ImageBoundaries::Process start\n");
-       if (bbGetInputIn()!=NULL){
+       if (bbGetInputIn()!=NULL)
+       {
                int i,j,k;      
                int ext[6];
                double value;