]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.cxx
Try to display planes (from Image Planes)
[bbtk.git] / kernel / src / bbtkBlackBox.cxx
index ddfc3ed9576598ad5b150716c67dbec7ccafe65e..5fc7d01babe0b9224cb59e7b194a34e24e9aafe7 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/11/25 11:17:13 $
-  Version:   $Revision: 1.29 $
+  Date:      $Date: 2008/12/03 09:34:37 $
+  Version:   $Revision: 1.30 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -488,6 +488,7 @@ namespace bbtk
       {
        bbtkDebugMessage("modified",2,"-> Status set to modified"<<std::endl);
        this->bbSetStatus(MODIFIED); 
+       std::cout << "Status set to modified" <<std::endl;
       }
  
     this->bbSignalOutputModification(false);