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 1, Mon Feb 10 17:09:07 2014 UTC revision 2, Wed Apr 29 12:55:30 2015 UTC
# Line 5  Line 5 
5  #include "doublematrix.h"  #include "doublematrix.h"
6  #include "popinfomatrix.h"  #include "popinfomatrix.h"
7  #include "popinfoindexvector.h"  #include "popinfoindexvector.h"
8    #include "matrix.h"
9    
10  class Maturity;  class Maturity;
11    
# Line 127  Line 128 
128     * \param Lgrowth is the DoubleMatrix of the calculated change in length due to the growth     * \param Lgrowth is the DoubleMatrix 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 DoubleMatrix of the calculated change in mean weight due to the growth
130     */     */
131      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);
133    /**    /**
134     * \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     * \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

Legend:
Removed from v.1  
changed lines
  Added in v.2

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

Powered By FusionForge