]> Creatis software - bbtk.git/commitdiff
Forgot this one
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 3 Mar 2011 14:37:57 +0000 (14:37 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 3 Mar 2011 14:37:57 +0000 (14:37 +0000)
kernel/src/bbtkBlackBox.cxx

index 35bda120cdf1aebc80a2d43cdc83e8dcecc1e9cf..805dd6f98a14d912a8d95b7a7e04b878d8dd9530 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/03/03 14:33:13 $
-  Version:   $Revision: 1.51 $
+  Date:      $Date: 2011/03/03 14:37:57 $
+  Version:   $Revision: 1.52 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -391,14 +391,14 @@ namespace bbtk
   //=========================================================================
   bool  BlackBox::bbBoxProcessModeIsReactive() const
   {
-    return (bbGetBoxProcessModeValue() == BlackBox::Reactive);
+    return (bbGetBoxProcessModeValue() == bbReactive);
   }
   //=========================================================================
 
   //=========================================================================
   bool  BlackBox::bbBoxProcessModeIsAlways() const
   {
-    return (bbGetBoxProcessModeValue() == BlackBox::Always);
+    return (bbGetBoxProcessModeValue() == bbAlways);
   }
   //=========================================================================