--- trunk/gadget/doublevector.h 2015/06/10 13:01:42 10 +++ trunk/gadget/doublevector.h 2015/07/23 19:00:38 11 @@ -36,6 +36,12 @@ * \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 + */ + void Initialize(int sz, double initial); /** * \brief This will add new entries to the vector * \param addsize is the number of new entries to the vector