From 2b7db7120717dcf94c677eaecb56f44dbef0ff2a Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 15 Sep 2022 14:02:53 +0200 Subject: [PATCH] MeshManager --- kernel/src/bbtkBlackBox.cxx | 4 ++-- packages/std/src/bbstdConcatStrings.cxx | 3 --- packages/std/src/bbstdConcatStrings_tool.cxx | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index 9848c5b..f54a212 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -748,9 +748,9 @@ namespace bbtk ( (bbBoxProcessModeIsManual()==true)&&(bbLetRecursiveExecuteManualMode==true) ) ) { - // printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() ); +// printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() ); this->bbProcess(); - // printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() ); +// printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() ); } // Manual analysis //EED ups if ((bbBoxProcessModeIsManual()==true) && (bbLetRecursiveExecuteManualMode==false)) diff --git a/packages/std/src/bbstdConcatStrings.cxx b/packages/std/src/bbstdConcatStrings.cxx index aa4ccf2..ebd16b1 100644 --- a/packages/std/src/bbstdConcatStrings.cxx +++ b/packages/std/src/bbstdConcatStrings.cxx @@ -75,9 +75,6 @@ namespace bbstd bbGetInputIn9() + bbGetInputIn10() ); bbSetOutputBox_ConcatStrings(this); - - printf("EED ConcatStrings::Process Ups \n" ); - } }// EO namespace bbstd diff --git a/packages/std/src/bbstdConcatStrings_tool.cxx b/packages/std/src/bbstdConcatStrings_tool.cxx index 544612e..d4a38a1 100644 --- a/packages/std/src/bbstdConcatStrings_tool.cxx +++ b/packages/std/src/bbstdConcatStrings_tool.cxx @@ -30,7 +30,6 @@ void ConcatStrings_tool::Process() if (bbGetInputType()==1) { - printf("EED ConcatStrings_tool::Process In1=%s\n",bbGetInputIn1().c_str() ); bbGetInputBox_ConcatString()->bbSetOutputOut( bbGetInputIn1() ); bbGetInputBox_ConcatString()->bbSignalOutputModification(std::string("Out")); // bbGetInputBox_ConcatString()->bbSignalOutputModification(); -- 2.45.1