IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2004, 9:58:37 AM (22 years ago)
Author:
desonia
Message:

Added psImageRoll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psType.h

    r1216 r1226  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-14 23:22:49 $
     12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-15 19:58:37 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7979#define PS_MIN_U32       0
    8080#define PS_MIN_U64       0
    81 #define PS_MIN_F32       FLT_MIN
    82 #define PS_MIN_F64       DBL_MIN
    83 #define PS_MIN_C32       FLT_MIN
    84 #define PS_MIN_C64       DBL_MIN
     81#define PS_MIN_F32       -FLT_MAX
     82#define PS_MIN_F64       -DBL_MAX
     83#define PS_MIN_C32       -FLT_MAX
     84#define PS_MIN_C64       -DBL_MAX
    8585
    8686#define PS_MAX_S8        INT8_MAX
Note: See TracChangeset for help on using the changeset viewer.