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 11, Thu Jul 23 19:00:38 2015 UTC revision 12, Fri Jul 24 18:36:24 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]; };
   //FIXME doc  
81    /**    /**
82     * \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
83     * \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
84     * \param Vc is the DoubleVector of the coarser values to interpolate from     * \param Vc is the array of doubles of the coarser values to interpolate from
85     */     */
 //  void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);  
86    void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);    void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);
87  protected:  protected:
88    /**    /**

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