IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2004, 11:30:53 AM (22 years ago)
Author:
gusciora
Message:

Vector allocation code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.c

    r1968 r1982  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-06 00:48:15 $
     9 *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 21:30:53 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    20742074    n = spline->n;
    20752075    binNum = p_psVectorBinDisectF32(spline->domains, (spline->n)+1, x);
    2076     if (binNum == -1) {
     2076    if (binNum < 0) {
    20772077        psLogMsg(__func__, PS_LOG_WARN,
    20782078                 "psSpline1DEval(): x ordinate (%f) is outside the spline range (%f - %f).",
Note: See TracChangeset for help on using the changeset viewer.