]> Creatis software - bbtk.git/commitdiff
Clean code
authorEduardo DAVILA <davila@ei-ed-606.univ-lyon1.fr>
Fri, 7 Feb 2020 15:29:58 +0000 (16:29 +0100)
committerEduardo DAVILA <davila@ei-ed-606.univ-lyon1.fr>
Fri, 7 Feb 2020 15:29:58 +0000 (16:29 +0100)
kernel/src/bbtkBlackBox.cxx
packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.cxx

index dbab39b7cb736c860741938d46adec180e771bb6..5b75e75534f7d42a95a36ac582d18b37be8704a7 100644 (file)
@@ -750,9 +750,9 @@ namespace bbtk
                           ( (bbBoxProcessModeIsManual()==true)&&(bbLetRecursiveExecuteManualMode==true) ) 
                         )
                        {
-//printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() );
+printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() );
                                this->bbProcess();              
-//printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() );
+printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() );
                    } // Manual analysis
                  
 //EED ups                      if ((bbBoxProcessModeIsManual()==true) && (bbLetRecursiveExecuteManualMode==false))
index 2bbf54205c3d2cb9b3e58a091ea1a840de45d107..c8a1e470c8a6035085b7266dc94e837dcfe08742 100644 (file)
@@ -213,6 +213,7 @@ void GetXCoherentInfoGdcmReader::Process()
 #if defined USE_GDCM2
 void GetXCoherentInfoGdcmReader::Process()
 {
+       printf("GetXCoherentInfoGdcmReader   %d files.\n", bbGetInputIn().size() );
  // Read the *first* image file (a SET of file names is given as input) 
        gdcm::Reader *read = new gdcm::Reader();
        reader->SetFileName( bbGetInputIn()[0].c_str() );
@@ -302,7 +303,6 @@ void GetXCoherentInfoGdcmReader::bbUserSetDefaultValues()
 
 void GetXCoherentInfoGdcmReader::bbUserInitializeProcessing()
 {
-       
 }
 
 #if defined USE_GDCM