From 586347fdceaf64c3796be5c95d69ed1a18e3a16d Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 1 Mar 2011 13:12:07 +0000 Subject: [PATCH] StringVector vs VectorString --- packages/std/src/bbstdStringVectorToNumericalVector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/std/src/bbstdStringVectorToNumericalVector.h b/packages/std/src/bbstdStringVectorToNumericalVector.h index 01b25a2..626c370 100644 --- a/packages/std/src/bbstdStringVectorToNumericalVector.h +++ b/packages/std/src/bbstdStringVectorToNumericalVector.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdStringVectorToNumericalVector.h,v $ Language: C++ - Date: $Date: 2011/02/28 14:07:09 $ - Version: $Revision: 1.1 $ + Date: $Date: 2011/03/01 13:12:07 $ + Version: $Revision: 1.2 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -54,7 +54,7 @@ namespace bbstd //================================================================= // BlackBox description BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX(StringVectorToNumericalVector,bbtk::AtomicBlackBox); - BBTK_NAME("StringVectorTo"+bbtk::HumanTypeName >()); + BBTK_NAME("VectorStringTo"+bbtk::HumanTypeName >()); BBTK_AUTHOR("jpr@creatis.univ-lyon1.fr"); BBTK_DEFAULT_ADAPTOR(); BBTK_DESCRIPTION("Converts the content of the input string vector to a " -- 2.45.1