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 1, Mon Feb 10 17:09:07 2014 UTC revision 12, Fri Jul 24 18:36:24 2015 UTC
# Line 4  Line 4 
4  #include "doublevector.h"  #include "doublevector.h"
5  #include "intvector.h"  #include "intvector.h"
6  #include "lengthgroup.h"  #include "lengthgroup.h"
7    #include "matrix.h"
8    
9  /**  /**
10   * \class ConversionIndex   * \class ConversionIndex
# Line 80  Line 81 
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     */     */
86    void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);    void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);
87  protected:  protected:
88    /**    /**
89     * \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

Legend:
Removed from v.1  
changed lines
  Added in v.12

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

Powered By FusionForge