]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdReadColumnsDouble.cxx
#3403 vtk8itk5wx3-macos
[bbtk.git] / packages / std / src / bbstdReadColumnsDouble.cxx
index ca3dd76be41105337377f09a2f51270f0f0a1959..92f0557ab138d05213d6c32b85d3968123ad2fde 100644 (file)
@@ -40,7 +40,7 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ReadColumnsDouble,bbtk::AtomicBlackBox);
 //===== 
 void ReadColumnsDouble::Process()
 {      
-       std::vector< std::vector<double> * > tlst;      
+       std::vector< std::vector<double> * > tlst;
        int i;
        for( i=0 ;  i<bbGetInputDimension() ; i++)
        {
@@ -86,6 +86,7 @@ void ReadColumnsDouble::Process()
        i=14; if (i<=bbGetInputDimension()) { bbSetOutputlstData14( *(tlst[i-1]) ); }
        i=15; if (i<=bbGetInputDimension()) { bbSetOutputlstData15( *(tlst[i-1]) ); }
 }
+
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //=====