]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkTemporalPicker.cxx
Clean code
[bbtk.git] / packages / vtk / src / bbvtkTemporalPicker.cxx
index 4623084756dc99a685102535e5d30ac3445153db..37901c76fdb72462b7f354dd2361d22c60108a90 100644 (file)
@@ -56,7 +56,6 @@ void TemporalPicker::Process()
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
 
-       
        std::vector<double> result;
        if (bbGetInputIn()!=NULL)
        {
@@ -138,7 +137,6 @@ void TemporalPicker::Process()
        } else {// bbGetInputIn
                printf("ERROR:  Missing Input:In vtkImageData* in TemporalPicker Box..\n ");
        } // bbGetInputIn
-
        bbSetOutputOut(result);
 }
 //=====