From 95c5b91c6ab285c14a45888d5a6dd3cd3c3bc6c4 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Fri, 3 Jan 2025 12:37:58 +0100 Subject: [PATCH] #3529 refresh optimization vtkBaseView ColorLayer --- kernel/src/bbtkBlackBox.cxx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index cdd6e68..c756a0c 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -33,8 +33,6 @@ Version: $Revision: 1.56 $ =========================================================================*/ - - /** * \file * \brief Class bbtk::BlackBox : abstract black-box interface. @@ -52,9 +50,13 @@ #include #include - - /* +// EED: This was tested in MacOs. + +#include +#include +#include + void print_trace() { void *array[10]; @@ -175,7 +177,6 @@ namespace bbtk } //========================================================================= - //========================================================================= BlackBox::~BlackBox() { @@ -187,8 +188,6 @@ namespace bbtk } //========================================================================= - - //========================================================================= std::string BlackBox::bbGetFullName() const { @@ -196,8 +195,6 @@ namespace bbtk } //========================================================================= - - //========================================================================= std::string BlackBox::bbGetNameWithParent() const { -- 2.49.0