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

Diff of /trunk/gadget/grower.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 122  Line 122 
122     */     */
123    LengthGroupDivision* LgrpDiv;    LengthGroupDivision* LgrpDiv;
124    
125    //FIXME doc    /**
126       * \brief This array of doubles store the raising mean length of all the group to the power term of the length
127       */
128    double * meanlength_vectorPow;    double * meanlength_vectorPow;
129    int vector_OK;    int vector_OK;
130    
# Line 140  Line 142 
142     * \note The indices for this object are [area][stock length]     * \note The indices for this object are [area][stock length]
143     */     */
144    DoubleMatrix interpWeightGrowth;    DoubleMatrix interpWeightGrowth;
   //FIXME doc  
145    /**    /**
146     * \brief This is the DoubleMatrix used to store the calculated increase in length on the current timestep     * \brief This is the Matrix of doubles used to store the calculated increase in length on the current timestep
147     * \note The indices for this object are [area][length]     * \note The indices for this object are [area][length]
148     */     */
 //  DoubleMatrix calcLengthGrowth;  
149    Matrix calcLengthGrowth;    Matrix calcLengthGrowth;
   //FIXME doc  
150    /**    /**
151     * \brief This is the DoubleMatrix used to store the calculated increase in weight on the current timestep     * \brief This is the Matrix of doubles used to store the calculated increase in weight on the current timestep
152     * \note The indices for this object are [area][length]     * \note The indices for this object are [area][length]
153     */     */
 //  DoubleMatrix calcWeightGrowth;  
154    Matrix calcWeightGrowth;    Matrix calcWeightGrowth;
155    /**    /**
156     * \brief This is the DoubleMatrixPtrVector used to store the calculated increase in length for each length group on the current timestep     * \brief This is the DoubleMatrixPtrVector used to store the calculated increase in length for each length group on the current timestep

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