From: eduardo.davila@creatis.insa-lyon.fr Date: Thu, 16 Jan 2025 07:32:54 +0000 (+0100) Subject: Test code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=379d31e873a1c118bd0fc1a00c746eb7fe94be69;p=bbtk.git Test code --- diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index 0b76e37..4eccbb1 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -656,10 +656,14 @@ namespace bbtk /// Main processing method of the box. void BlackBox::bbExecute(bool force) { + bbtkBlackBoxDebugMessage("process",2, "=> BlackBox::bbExecute("<<(int)force<<")" < ComplexBlackBox::bbExecute()" <::const_iterator i; for (i=mExecutionList.begin(); i!=mExecutionList.end(); @@ -297,13 +292,9 @@ namespace bbtk i->second->bbExecute(force); } // for i } - - bbGlobalSetInConstruction(false); - bbtkBlackBoxDebugMessage("process",2, "<** ComplexBlackBox::bbExecute()" <GetPrototype()->bbGetBlackBox(nodeName)->bbExecute(true); } - } - else - { + } else { GetCurrentDescriptor()->AddToExecutionList(nodeName) ; } }