--- trunk/gadget/agebandmatrix.h 2014/02/10 17:09:07 1 +++ trunk/gadget/agebandmatrix.h 2015/04/29 12:55:30 2 @@ -5,6 +5,7 @@ #include "doublematrix.h" #include "popinfomatrix.h" #include "popinfoindexvector.h" +#include "matrix.h" class Maturity; @@ -127,6 +128,7 @@ * \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 */ + void Grow(const Matrix& Lgrowth, const Matrix& Wgrowth); void Grow(const DoubleMatrix& Lgrowth, const DoubleMatrix& Wgrowth); /** * \brief This function will increase the length and mean weight of the population stored in the vector, according to values calculated by the GrowthCalc and Maturity calculations for the population