IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 1:19:07 PM (22 years ago)
Author:
harman
Message:

Updates for version 10 of SDRS

File:
1 edited

Legend:

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

    r2439 r2607  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-24 22:33:21 $
     9 *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-03 23:15:32 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    20172017                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
    20182018                strType);
     2019    case PS_TYPE_BOOL:
     2020        PS_TYPE_NAME(strType,x->type.type);
     2021        psError(PS_ERR_BAD_PARAMETER_TYPE,
     2022                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
     2023                strType);
    20192024    }
    20202025    return(-3);
Note: See TracChangeset for help on using the changeset viewer.