IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 1:39:24 PM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r6305 r6348  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.141 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-02-02 21:09:07 $
     9*  @version $Revision: 1.142 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-02-07 23:36:15 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    623623    newPoly->type = type;
    624624    newPoly->nX = nOrder;
    625     newPoly->p_min = NAN;
    626     newPoly->p_max = NAN;
    627625    newPoly->coeff = psAlloc((nOrder + 1) * sizeof(psF64));
    628626    newPoly->coeffErr = psAlloc((nOrder + 1) * sizeof(psF64));
Note: See TracChangeset for help on using the changeset viewer.