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 2, Wed Apr 29 12:55:30 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 83  Line 84 
84     * \param Vc is the DoubleVector of the coarser values to interpolate from     * \param Vc is the DoubleVector of the coarser values to interpolate from
85     */     */
86    void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);    void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);
87      void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);
88  protected:  protected:
89    /**    /**
90     * \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.2

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

Powered By FusionForge