--- trunk/gadget/conversionindex.h 2015/04/29 12:55:30 2 +++ trunk/gadget/conversionindex.h 2015/04/30 17:32:47 4 @@ -78,12 +78,13 @@ * \return maxpos for coarser length group i */ int maxPos(int i) const { return maxpos[i]; }; + //FIXME doc /** * \brief This function will interpolate values defined for a coarser length division onto a finer length division * \param Vf is the DoubleVector that will contain the finer values after the interpolation * \param Vc is the DoubleVector of the coarser values to interpolate from */ - void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc); +// void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc); void interpolateLengths(DoubleVector& Vf, const double* Vc, int size); protected: /**