Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/agebandmatrix.h
[mareframe] / trunk / gadget / agebandmatrix.h Repository:
ViewVC logotype

Diff of /trunk/gadget/agebandmatrix.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11, Thu Jul 23 19:00:38 2015 UTC revision 12, Fri Jul 24 18:36:24 2015 UTC
# Line 123  Line 123 
123     * \param outfile is the ofstream that all the model information gets sent to     * \param outfile is the ofstream that all the model information gets sent to
124     */     */
125    void printWeights(ofstream& outfile) const;    void printWeights(ofstream& outfile) const;
   //FIXME doc  
126    /**    /**
127     * \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     * \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
128     * \param Lgrowth is the DoubleMatrix of the calculated change in length due to the growth     * \param Lgrowth is the Matrix of doubles of the calculated change in length due to the growth
129     * \param Wgrowth is the DoubleMatrix of the calculated change in mean weight due to the growth     * \param Wgrowth is the Matrix of doubles of the calculated change in mean weight due to the growth
130     */     */
131    void Grow(const Matrix& Lgrowth, const Matrix& Wgrowth);    void Grow(const Matrix& Lgrowth, const Matrix& Wgrowth);
132  //  void Grow(const DoubleMatrix& Lgrowth, const DoubleMatrix& Wgrowth);  //  void Grow(const DoubleMatrix& Lgrowth, const DoubleMatrix& Wgrowth);

Legend:
Removed from v.11  
changed lines
  Added in v.12

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge