--- trunk/gadget/conversionindex.h 2015/07/23 19:00:38 11 +++ trunk/gadget/conversionindex.h 2015/07/24 18:36:24 12 @@ -78,13 +78,11 @@ * \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 + * \param Vc is the array of doubles of the coarser values to interpolate from */ -// void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc); void interpolateLengths(DoubleVector& Vf, const double* Vc, int size); protected: /**