IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 3:12:58 PM (21 years ago)
Author:
desonia
Message:

Removed PS_TYPE_PTR from psElemType, as per latest SDRS.

File:
1 edited

Legend:

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

    r3405 r3671  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.94 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-03-10 22:33:57 $
     9 *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-04-06 01:12:58 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    19851985                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
    19861986                strType);
     1987        return 0;
    19871988    case PS_TYPE_C64:
    19881989        PS_TYPE_NAME(strType,x->type.type);
     
    19901991                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
    19911992                strType);
    1992     case PS_TYPE_PTR:
    1993         PS_TYPE_NAME(strType,x->type.type);
    1994         psError(PS_ERR_BAD_PARAMETER_TYPE,
    1995                 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
    1996                 strType);
     1993        return 0;
    19971994    case PS_TYPE_BOOL:
    19981995        PS_TYPE_NAME(strType,x->type.type);
     
    20001997                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
    20011998                strType);
     1999        return 0;
    20022000    }
    20032001    return(-3);
Note: See TracChangeset for help on using the changeset viewer.