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

Diff of /trunk/gadget/conversionindex.h

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

revision 2, Wed Apr 29 12:55:30 2015 UTC revision 4, Thu Apr 30 17:32:47 2015 UTC
# Line 78  Line 78 
78     * \return maxpos for coarser length group i     * \return maxpos for coarser length group i
79     */     */
80    int maxPos(int i) const { return maxpos[i]; };    int maxPos(int i) const { return maxpos[i]; };
81      //FIXME doc
82    /**    /**
83     * \brief This function will interpolate values defined for a coarser length division onto a finer length division     * \brief This function will interpolate values defined for a coarser length division onto a finer length division
84     * \param Vf is the DoubleVector that will contain the finer values after the interpolation     * \param Vf is the DoubleVector that will contain the finer values after the interpolation
85     * \param Vc is the DoubleVector of the coarser values to interpolate from     * \param Vc is the DoubleVector of the coarser values to interpolate from
86     */     */
87    void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);  //  void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);
88    void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);    void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);
89  protected:  protected:
90    /**    /**

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

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

Powered By FusionForge