From: jean-pierre roux Date: Thu, 19 Jun 2008 10:34:20 +0000 (+0000) Subject: Forget to commit X-Git-Tag: r0.6.1~19 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=baf5a1b33bcfaf0221e60b61bec8ba17229a2781;p=bbtk.git Forget to commit --- diff --git a/packages/std/src/bbstdGetVectorElement.h b/packages/std/src/bbstdGetVectorElement.h index da3f079..8599acb 100644 --- a/packages/std/src/bbstdGetVectorElement.h +++ b/packages/std/src/bbstdGetVectorElement.h @@ -29,7 +29,8 @@ namespace bbstd BBTK_DESCRIPTION("Gets the i-th element from the input vector ("+bbtk::TypeName >()); typedef std::vector 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); //=================================================================