]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdReadColumnsDouble.cxx
#2975 BBTK Bug New Normal - Clean comments
[bbtk.git] / packages / std / src / bbstdReadColumnsDouble.cxx
index 915990fff6698874e7d91732aa4ec33d298655a6..42815ce3b0a4ce89876ea9288701f6fd61502bd1 100644 (file)
@@ -39,17 +39,14 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ReadColumnsDouble,bbtk::AtomicBlackBox);
 // 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)
 //===== 
 void ReadColumnsDouble::Process()
-{
-       printf("EED ReadColumnsDouble::Process start \n");
-       
-       std::vector< std::vector<double> * > tlst;
-       
+{      
+printf("EED ReadColumnsDouble::Process  UPS  \n");
+       std::vector< std::vector<double> * > tlst;      
        int i;
        for( i=0 ;  i<bbGetInputDimension() ; i++)
        {
                tlst.push_back( new std::vector<double> );
        }       
-       
        int numberOfLines = 0;
        char tmpValue[1000];
        std::vector<double> *vecData;
@@ -89,11 +86,6 @@ void ReadColumnsDouble::Process()
        i=13; if (i<=bbGetInputDimension()) { bbSetOutputlstData13( *(tlst[i-1]) ); }
        i=14; if (i<=bbGetInputDimension()) { bbSetOutputlstData14( *(tlst[i-1]) ); }
        i=15; if (i<=bbGetInputDimension()) { bbSetOutputlstData15( *(tlst[i-1]) ); }
-       
-       
-       printf("EED ReadColumnsDouble::Process end \n");
-       
-       
 }
 //===== 
 // 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)