From: jean-pierre roux Date: Fri, 8 Apr 2011 15:22:48 +0000 (+0000) Subject: Clean up useless warnings X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=67cfeeb9d43ac96601468142be67dd54c4f52031;p=crea.git Clean up useless warnings --- diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx index 0355f30..1e2d182 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx @@ -1,6 +1,4 @@ -//===== -// Don't edit this file. This file is generated from xml description.. -//===== + #include "bbmySamplePackagemySampleBoxWithITK.h" #include "bbmySamplePackagePackage.h" namespace bbmySamplePackage @@ -8,9 +6,7 @@ namespace bbmySamplePackage BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithITK) BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithITK,bbtk::AtomicBlackBox); -//===== -// Don't edit this file. This file is generated from xml description.. -//===== + void mySampleBoxWithITK::Process() { @@ -26,45 +22,34 @@ void mySampleBoxWithITK::Process() // * TYPE is the C++ type of the input/output // (the one provided in the attribute 'type' of the tag 'input') bbSetOutputOut( bbGetInputIn() ); - std::cout << "Output value = " <