--- trunk/gadget/grower.h 2015/04/30 17:32:47 4 +++ trunk/gadget/grower.h 2015/07/24 18:36:24 12 @@ -122,7 +122,9 @@ */ LengthGroupDivision* LgrpDiv; - //FIXME doc + /** + * \brief This array of doubles store the raising mean length of all the group to the power term of the length + */ double * meanlength_vectorPow; int vector_OK; @@ -140,19 +142,15 @@ * \note The indices for this object are [area][stock length] */ DoubleMatrix interpWeightGrowth; - //FIXME doc /** - * \brief This is the DoubleMatrix used to store the calculated increase in length on the current timestep + * \brief This is the Matrix of doubles used to store the calculated increase in length on the current timestep * \note The indices for this object are [area][length] */ -// DoubleMatrix calcLengthGrowth; Matrix calcLengthGrowth; - //FIXME doc /** - * \brief This is the DoubleMatrix used to store the calculated increase in weight on the current timestep + * \brief This is the Matrix of doubles used to store the calculated increase in weight on the current timestep * \note The indices for this object are [area][length] */ -// DoubleMatrix calcWeightGrowth; Matrix calcWeightGrowth; /** * \brief This is the DoubleMatrixPtrVector used to store the calculated increase in length for each length group on the current timestep