]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.cxx
Fix typo
[bbtk.git] / kernel / src / bbtkBlackBox.cxx
index 1c980b724347e203b128f68531361b2f0ec09f6d..7955ccfc4ab4a0b1b77f13ae4246c6675c870d3c 100644 (file)
@@ -3,8 +3,8 @@
 Program:   bbtk
 Module:    $RCSfile: bbtkBlackBox.cxx,v $
 Language:  C++
-Date:      $Date: 2008/02/18 10:41:02 $
-Version:   $Revision: 1.4 $
+Date:      $Date: 2008/02/20 16:05:38 $
+Version:   $Revision: 1.5 $
                                                                                 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
 l'Image). All rights reserved. See doc/license.txt or
@@ -465,10 +465,10 @@ namespace bbtk
       }
   if (reaction) bbGlobalProcessExecutionList();
 
-    bbtkDebugMessageDec("Process",5,
-                       "<= BlackBox::bbSignalOutputModification("
-                       <<output<<") ["
-                       <<bbGetFullName()<<"]"<<std::endl);
+  bbtkDebugMessageDec("Process",5,
+                      "<= BlackBox::bbSignalOutputModification("
+                      <<output<<") ["
+                      <<bbGetFullName()<<"]"<<std::endl);
 
   }  
   //=========================================================================   
@@ -520,7 +520,7 @@ namespace bbtk
                        <<std::endl);   
 
     IOStatus s = UPTODATE;
-    
+
     InputConnectorMapType::iterator i;
     for ( i = bbGetInputConnectorMap().begin(); 
          i!= bbGetInputConnectorMap().end(); ++i)