IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2135


Ignore:
Timestamp:
Oct 14, 2004, 1:42:08 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r2106 r2135  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-14 01:44:48 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-14 23:42:08 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    193193
    194194#define PS_MAX(A, B) \
    195 (A > B) ? A : B \
     195((A > B) ? A : B) \
    196196
    197197#define PS_MIN(A, B) \
    198 (A < B) ? A : B \
     198((A < B) ? A : B) \
    199199
  • trunk/psLib/src/math/psConstants.h

    r2106 r2135  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-14 01:44:48 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-14 23:42:08 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    193193
    194194#define PS_MAX(A, B) \
    195 (A > B) ? A : B \
     195((A > B) ? A : B) \
    196196
    197197#define PS_MIN(A, B) \
    198 (A < B) ? A : B \
     198((A < B) ? A : B) \
    199199
Note: See TracChangeset for help on using the changeset viewer.