From 1688b52778caa9985ecea38aad38341817e0401a Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 3 Mar 2011 14:37:57 +0000 Subject: [PATCH] Forgot this one --- kernel/src/bbtkBlackBox.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index 35bda12..805dd6f 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -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); } //========================================================================= -- 2.45.1