From: jean-pierre roux Date: Thu, 5 May 2011 10:57:01 +0000 (+0000) Subject: Fix comments in sample X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=385dfcf0a7db6e364b35257f2009ae7b65c7b51f;p=crea.git Fix comments in sample --- diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx index fc9cd48..43453ef 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx @@ -8,8 +8,8 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithITK) BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithITK,bbtk::AtomicBlackBox); // -// The method void mySampleBoxWithITK::Process() -// have a Template mechanisme and is implemented in the .h file +// The method mySampleBoxWithITK::Process() +// has a Template mechanism and is implemented in the .h file // @@ -17,7 +17,7 @@ void mySampleBoxWithITK::bbUserSetDefaultValues() { // SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX -// Here we initialize the input 'In' to 0 +// Here we initialize the inputs 'Lower' and 'Upper' mOutput = 0; bbSetInputLower(200); @@ -44,4 +44,3 @@ void mySampleBoxWithITK::bbUserFinalizeProcessing() } // EO namespace bbmySamplePackage -