]> Creatis software - crea.git/commitdiff
Fix comments in sample
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 5 May 2011 10:57:01 +0000 (10:57 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 5 May 2011 10:57:01 +0000 (10:57 +0000)
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx

index fc9cd4873265d9761e4f96f7e8ea232727d5fa88..43453ef210aaa7eb81e8657b45cbf2d38548455e 100644 (file)
@@ -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
 
-