X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdGetDoubleVectorSize.h;h=24536fdafc07de765e2458a8742095c4dd764d55;hb=382663ff2c783a615e137181a3656851bb1f46c8;hp=c3653ff6c193cf0b8aee5d834c4d664fcfd4f5c1;hpb=2e3f0513d8ed53019196f83a71e3baa7bebf55e8;p=bbtk.git diff --git a/packages/std/src/bbstdGetDoubleVectorSize.h b/packages/std/src/bbstdGetDoubleVectorSize.h index c3653ff..24536fd 100644 --- a/packages/std/src/bbstdGetDoubleVectorSize.h +++ b/packages/std/src/bbstdGetDoubleVectorSize.h @@ -13,7 +13,7 @@ class bbstd_EXPORT GetDoubleVectorSize { BBTK_BLACK_BOX_INTERFACE(GetDoubleVectorSize,bbtk::AtomicBlackBox); BBTK_DECLARE_INPUT(In,std::vector); - BBTK_DECLARE_OUTPUT(VectorSize, double); + BBTK_DECLARE_OUTPUT(VectorSize, int); BBTK_PROCESS(Process); void Process(); }; @@ -24,7 +24,7 @@ BBTK_AUTHOR("Claire Mouton"); BBTK_DESCRIPTION("Retrieves the size of a vector of double."); BBTK_CATEGORY("std"); BBTK_INPUT(GetDoubleVectorSize,In,"Input vector.",std::vector,""); -BBTK_OUTPUT(GetDoubleVectorSize,VectorSize,"The vector size.",double,""); +BBTK_OUTPUT(GetDoubleVectorSize,VectorSize,"The vector size.",int,""); BBTK_END_DESCRIBE_BLACK_BOX(GetDoubleVectorSize); } // EO namespace bbstd