--- trunk/gadget/doublevector.h 2015/07/23 19:00:38 11 +++ trunk/gadget/doublevector.h 2015/07/24 18:36:24 12 @@ -36,11 +36,11 @@ * \note This will free all the memory allocated to all the elements of the vector */ ~DoubleVector(); - /** FIXME doc - * \brief This is the DoubleVector constructor for a specified size with an initial value - * \param sz is the size of the vector to be created - * \param initial is the initial value for all the entries of the vector - */ + /** + * \brief This is method initialize the DoubleVector for a specified size with an initial value + * \param sz is the size of the vector to be created + * \param initial is the initial value for all the entries of the vector + */ void Initialize(int sz, double initial); /** * \brief This will add new entries to the vector