IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 1:31:44 PM (22 years ago)
Author:
gusciora
Message:

Parameter checking for the psCOord.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psConstants.h

    r2220 r2221  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-27 21:55:09 $
     8 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-27 23:31:43 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    103103#define PS_VECTOR_CHECK_TYPE_F32_OR_F64(NAME, RVAL) \
    104104if ((NAME->type.type != PS_TYPE_F32) && (NAME->type.type != PS_TYPE_F64)) { \
    105     psAbort(__func__, "psVector %s: bad type(%d)", #NAME, NAME->type.type); \
     105    psError(__func__, "psVector %s: bad type(%d)", #NAME, NAME->type.type); \
    106106    return(RVAL); \
    107107} \
Note: See TracChangeset for help on using the changeset viewer.