IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11680


Ignore:
Timestamp:
Feb 6, 2007, 4:53:47 PM (19 years ago)
Author:
Paul Price
Message:

Fixing logical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.h

    r11673 r11680  
    88 * @author Ross Harman, MHPCC
    99 *
    10  * @version $Revision: 1.85 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-02-07 00:40:04 $
     10 * @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-02-07 02:53:47 $
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    272272
    273273#define PS_ASSERT_IMAGE_TYPE_F32_OR_F64(NAME, RVAL) \
    274 if ((NAME)->type.type != PS_TYPE_F32 || (NAME)->type.type != PS_TYPE_F64) { \
     274if ((NAME)->type.type != PS_TYPE_F32 && (NAME)->type.type != PS_TYPE_F64) { \
    275275    psError(PS_ERR_BAD_PARAMETER_TYPE, true, \
    276276            "Unallowable operation: psImage %s is not of type F32 or F64.", \
Note: See TracChangeset for help on using the changeset viewer.