IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2004, 10:53:02 AM (22 years ago)
Author:
gusciora
Message:

Added new members to psExposure.

File:
1 edited

Legend:

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

    r1964 r2058  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-05 23:14:15 $
     8 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-12 20:53:02 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    150150}
    151151
     152#define PS_CHECK_IMAGE_TYPE_RETURN_NULL(NAME, TYPE) \
     153if (NAME->type.type != TYPE) { \
     154    psError(__func__,"Unallowable operation: %s has incorrect type.", #NAME); \
     155    return(NULL); \
     156}
     157
     158
    152159#define PS_CHECK_NULL_1DPOLY_RETURN_NULL(NAME)                                                          \
    153160if (NAME == NULL || NAME->coeff == NULL) {                                                         \
Note: See TracChangeset for help on using the changeset viewer.