--- trunk/gadget/agebandmatrix.h 2015/07/23 19:00:38 11 +++ trunk/gadget/agebandmatrix.h 2015/07/24 18:36:24 12 @@ -123,11 +123,10 @@ * \param outfile is the ofstream that all the model information gets sent to */ void printWeights(ofstream& outfile) const; - //FIXME doc /** * \brief This function will increase the length and mean weight of the population stored in the vector, according to values calculated by the GrowthCalc calculations for the population - * \param Lgrowth is the DoubleMatrix of the calculated change in length due to the growth - * \param Wgrowth is the DoubleMatrix of the calculated change in mean weight due to the growth + * \param Lgrowth is the Matrix of doubles of the calculated change in length due to the growth + * \param Wgrowth is the Matrix of doubles of the calculated change in mean weight due to the growth */ void Grow(const Matrix& Lgrowth, const Matrix& Wgrowth); // void Grow(const DoubleMatrix& Lgrowth, const DoubleMatrix& Wgrowth);