IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2005, 1:27:56 PM (22 years ago)
Author:
gusciora
Message:

Replace ADD projections with mathworks formulas.

File:
1 edited

Legend:

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

    r2941 r3000  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-01-10 19:47:11 $
     9 *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-01-14 23:27:56 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    19131913        if (i<(bounds->n-1)) {
    19141914            if (FLT_EPSILON < fabs(bounds->data.F32[i+1]-bounds->data.F32[i])) {
     1915                printf("ERROR: psErrorMsg(data points must be distinct\n");
    19151916                // XXX: psErrorMsg(data points must be distinct)
    19161917            }
Note: See TracChangeset for help on using the changeset viewer.