]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.h
Some indentation
[bbtk.git] / kernel / src / bbtkExecuter.h
index 0090fada1a4e141b9c1746b5e6954914ccc32064..ef109b365488bc5ad45441ad98d4384bfe64e184 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkExecuter.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/02/06 10:53:02 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2008/02/14 20:26:54 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -79,7 +79,7 @@ namespace bbtk
     /// Sets the file name to use for the current definition
     /// (Used to set it after the Define command)
     void SetCurrentFileName (const std::string &name );
-    
+
     /// End the definition of a ComplexBlackBox
     void EndDefine ();
 
@@ -110,7 +110,7 @@ namespace bbtk
                       const std::string &box,
                       const std::string &output,
                       const std::string &help);     
-  
+
     /// sets the input of the box with the value
     void Set (const std::string &box, 
              const std::string &input,