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

Diff of /trunk/gadget/taggrow.cc

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 2  Line 2 
2  #include "agebandmatrixratio.h"  #include "agebandmatrixratio.h"
3  #include "gadget.h"  #include "gadget.h"
4    
5  void AgeBandMatrixRatio::Grow(const DoubleMatrix& Lgrowth, const AgeBandMatrix& Total) {  void AgeBandMatrixRatio::Grow(const Matrix& Lgrowth, const AgeBandMatrix& Total) {
6    
7    int numTagExperiments = this->numTagExperiments();    int numTagExperiments = this->numTagExperiments();
8    int i, lgrp, grow, maxlgrp, tag;    int i, lgrp, grow, maxlgrp, tag;
# Line 55  Line 55 
55  }  }
56    
57  //Same program with certain number of fish made mature.  //Same program with certain number of fish made mature.
58  void AgeBandMatrixRatio::Grow(const DoubleMatrix& Lgrowth, const AgeBandMatrix& Total, Maturity* const Mat, int area) {  void AgeBandMatrixRatio::Grow(const Matrix& Lgrowth, const AgeBandMatrix& Total, Maturity* const Mat, int area) {
59    
60    int numTagExperiments = this->numTagExperiments();    int numTagExperiments = this->numTagExperiments();
61    int i, lgrp, grow, maxlgrp, age, tag;    int i, lgrp, grow, maxlgrp, age, tag;

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