IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3568


Ignore:
Timestamp:
Mar 30, 2005, 1:21:41 PM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r3476 r3568  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-03-22 21:52:49 $
     8 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-03-30 23:21:41 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    191191#define PS_VECTOR_CHECK_NULL(NAME, RVAL) PS_VECTOR_CHECK_NULL_GENERAL(NAME, return RVAL)
    192192#define PS_VECTOR_CHECK_NULL_GENERAL(NAME, CLEANUP) \
    193 if (NAME == NULL || NAME->data.U8 == NULL) { \
     193if (NAME == NULL || NAME->data.V == NULL) { \
    194194    psError(PS_ERR_BAD_PARAMETER_NULL, true, \
    195195            "Unallowable operation: psVector %s or its data is NULL.", \
  • trunk/psLib/src/math/psConstants.h

    r3476 r3568  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-03-22 21:52:49 $
     8 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-03-30 23:21:41 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    191191#define PS_VECTOR_CHECK_NULL(NAME, RVAL) PS_VECTOR_CHECK_NULL_GENERAL(NAME, return RVAL)
    192192#define PS_VECTOR_CHECK_NULL_GENERAL(NAME, CLEANUP) \
    193 if (NAME == NULL || NAME->data.U8 == NULL) { \
     193if (NAME == NULL || NAME->data.V == NULL) { \
    194194    psError(PS_ERR_BAD_PARAMETER_NULL, true, \
    195195            "Unallowable operation: psVector %s or its data is NULL.", \
Note: See TracChangeset for help on using the changeset viewer.