]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkKWBlackBox.cxx
Disclaimers
[bbtk.git] / kernel / src / bbtkKWBlackBox.cxx
index ea7f31f446f5cedac9e5c1973b1502418c9399a0..11f2c32552d81d7c89794ed92cb437f70a3529b5 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkKWBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/04/08 07:56:11 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2010/01/14 13:17:27 $
+  Version:   $Revision: 1.10 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 
 #ifdef USE_KWWIDGETS
 
-
-
-
 #include "bbtkKWBlackBox.h"
 #include "bbtkBlackBoxOutputConnector.h"
 #include "vtkKWBlackBoxDialog.h"
 
-
 namespace bbtk
 {
-
   //=========================================================================
   // KWBlackBox
   //=========================================================================
@@ -80,8 +74,6 @@ namespace bbtk
                                 bbGetOutputWidget()->GetWidgetName(),
                                 bbGetInputWinWidth(),
                                 bbGetInputWinHeight());
-    
-
   }
   //==================================================================    
 
@@ -134,6 +126,5 @@ namespace bbtk
   
 }//namespace bbtk
 
-
 #endif