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

Diff of /trunk/gadget/lengthgroup.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 35  Line 35 
35     * \param i is the identifier of the length group     * \param i is the identifier of the length group
36     * \return the mean length of the length group     * \return the mean length of the length group
37     */     */
38    double meanLength(int i) const;    double meanLength(int i) const {
39              if (i >= size)
40                return meanlength[size - 1];
41              return meanlength[i];
42            };
43    /**    /**
44     * \brief This function will return the minimum length of a specified length group     * \brief This function will return the minimum length of a specified length group
45     * \param i is the identifier of the length group     * \param i is the identifier of the length group
# Line 93  Line 97 
97     * \param outfile is the ofstream that the information gets sent to     * \param outfile is the ofstream that the information gets sent to
98     */     */
99    void Print(ofstream& outfile) const;    void Print(ofstream& outfile) const;
100    
101      //FIXME
102      double* const meanlengthvecPow_initilize( int maxlengthgroupgrowth, double tmpPower) const;
103  protected:  protected:
104    /**    /**
105     * \brief This is the flag to denote whether an error has occured or not     * \brief This is the flag to denote whether an error has occured or not
# Line 122  Line 129 
129     * \brief This is the DoubleVector of the minimum lengths for each length group     * \brief This is the DoubleVector of the minimum lengths for each length group
130     */     */
131    DoubleVector minlength;    DoubleVector minlength;
132    
133  };  };
134    
135  /**  /**

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