--- trunk/gadget/lengthgroup.h 2015/04/29 12:55:30 2 +++ trunk/gadget/lengthgroup.h 2015/07/24 18:36:24 12 @@ -97,8 +97,11 @@ * \param outfile is the ofstream that the information gets sent to */ void Print(ofstream& outfile) const; - - //FIXME + /** + * \brief This function initialize the meanLength vector + * \param maxlengthgroupgrowth max length of the meanLength vector + * \param tmpPower the power term of the length + */ double* const meanlengthvecPow_initilize( int maxlengthgroupgrowth, double tmpPower) const; protected: /**