IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:45:44 PM (12 months ago)
Author:
eugene
Message:

edited comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.c

    r42336 r42823  
    194194 *****************************************************************************/
    195195psSpline1D *psSpline1DFitVector(
    196     const psVector* x,                  ///< Ordinates.
    197     const psVector* y,                  ///< Coordinates.
    198     psF32 dyLower,                      ///< 1st derivative at lower bound
    199     psF32 dyUpper)                      ///< 1st derivative at upper bound
     196    const psVector* x,        ///< Ordinates.
     197    const psVector* y,        ///< Coordinates.
     198    psF32 dyLower,            ///< if not NAN, lower-bound 1st derivative is defined
     199    psF32 dyUpper)            ///< if not NAN, lower-bound 1st derivative is defined
    200200{
    201201    psTrace("psLib.math", 3, "---- %s() begin ----\n", __func__);
Note: See TracChangeset for help on using the changeset viewer.