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/agebandmatrixratio.h
[mareframe] / trunk / gadget / agebandmatrixratio.h Repository:
ViewVC logotype

Diff of /trunk/gadget/agebandmatrixratio.h

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

revision 3, Thu Apr 30 12:52:16 2015 UTC revision 4, Thu Apr 30 17:32:47 2015 UTC
# Line 26  Line 26 
26    int minLength(int age) const { return v[age - minage]->minCol(); };    int minLength(int age) const { return v[age - minage]->minCol(); };
27    int maxLength(int age) const { return v[age - minage]->maxCol(); };    int maxLength(int age) const { return v[age - minage]->maxCol(); };
28    void IncrementAge(const AgeBandMatrix& Total);    void IncrementAge(const AgeBandMatrix& Total);
29    void Grow(const DoubleMatrix& Lgrowth, const AgeBandMatrix& Total);    void Grow(const Matrix& Lgrowth, const AgeBandMatrix& Total);
30    void Grow(const DoubleMatrix& Lgrowth, const AgeBandMatrix& Total, Maturity* const Mat, int area);    void Grow(const Matrix& Lgrowth, const AgeBandMatrix& Total, Maturity* const Mat, int area);
31    PopRatioIndexVector& operator [] (int age) { return *(v[age - minage]); };    PopRatioIndexVector& operator [] (int age) { return *(v[age - minage]); };
32    const PopRatioIndexVector& operator [] (int age) const { return *(v[age - minage]); };    const PopRatioIndexVector& operator [] (int age) const { return *(v[age - minage]); };
33    void updateRatio(const AgeBandMatrix& Total);    void updateRatio(const AgeBandMatrix& Total);

Legend:
Removed from v.3  
changed lines
  Added in v.4

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

Powered By FusionForge