]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.h
index 1c15241daa8343ec353391fb63198c645b6cff78..1d0ee5d66510d69b0126d079932cddbb805aeb82 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/02/05 12:16:55 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2008/02/06 14:14:22 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -155,7 +155,7 @@ namespace bbtk
     std::string mAuthor;
     /// The category of the black box
     std::string mCategory;    
-    /// The kind of box
+    /// The kind of box (standard / adaptor)
     Kind mKind;
     /// The Package to which the box belongs
     Package *mPackage;