]> Creatis software - bbtk.git/commitdiff
Forget to commit
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 19 Jun 2008 10:34:20 +0000 (10:34 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 19 Jun 2008 10:34:20 +0000 (10:34 +0000)
packages/std/src/bbstdGetVectorElement.h

index da3f079fbfc4ee9de97f4a556324041a4e62f9a4..8599acb173966faae9c9cebb07d935beab24593a 100644 (file)
@@ -29,7 +29,8 @@ namespace bbstd
   BBTK_DESCRIPTION("Gets the i-th element from the input vector ("+bbtk::TypeName<std::vector<T> >());
   typedef std::vector<T> Tvector;
   BBTK_TEMPLATE_INPUT(GetVectorElement, In,"Input",Tvector);
-  BBTK_TEMPLATE_OUTPUT(GetVectorElement, Out,"Output",T);
+  BBTK_TEMPLATE_INPUT(GetVectorElement, I, "Input",int);  
+  BBTK_TEMPLATE_OUTPUT(GetVectorElement,Out,"Output",T);
   BBTK_END_DESCRIBE_TEMPLATE_BLACK_BOX(GetVectorElement);
   //=================================================================