IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 778


Ignore:
Timestamp:
May 25, 2004, 10:29:20 AM (22 years ago)
Author:
desonia
Message:

Added comments.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r714 r778  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-05-18 02:33:59 $
     21 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2004-05-25 20:29:20 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868    PS_TYPE_COMPLEX_FLOAT    = 0x808,   ///< Complex numbers consisting of single-precision floating point.
    6969    PS_TYPE_COMPLEX_DOUBLE   = 0x810,   ///< Complex numbers consisting of double-precision floating point.
    70     PS_TYPE_PTR              = 0x000,   ///< Something else that's not supported for arithmetic.
     70    PS_TYPE_OTHER            = 0x000,   ///< Something else that's not supported for arithmetic.
    7171
     72    // Abbreviated versions of the above types
    7273    PS_TYPE_S8               = 0x101,   ///< Character.
    7374    PS_TYPE_S16              = 0x102,   ///< Short integer.
     
    8283    PS_TYPE_C32              = 0x808,   ///< Complex numbers consisting of single-precision floating point.
    8384    PS_TYPE_C64              = 0x810,   ///< Complex numbers consisting of double-precision floating point.
     85    PS_TYPE_PTR              = 0x000    ///< Something else that's not supported for arithmetic.
     86
    8487} psElemType;
    8588
  • trunk/psLib/src/sysUtils/psType.h

    r714 r778  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-05-18 02:33:59 $
     21 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2004-05-25 20:29:20 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868    PS_TYPE_COMPLEX_FLOAT    = 0x808,   ///< Complex numbers consisting of single-precision floating point.
    6969    PS_TYPE_COMPLEX_DOUBLE   = 0x810,   ///< Complex numbers consisting of double-precision floating point.
    70     PS_TYPE_PTR              = 0x000,   ///< Something else that's not supported for arithmetic.
     70    PS_TYPE_OTHER            = 0x000,   ///< Something else that's not supported for arithmetic.
    7171
     72    // Abbreviated versions of the above types
    7273    PS_TYPE_S8               = 0x101,   ///< Character.
    7374    PS_TYPE_S16              = 0x102,   ///< Short integer.
     
    8283    PS_TYPE_C32              = 0x808,   ///< Complex numbers consisting of single-precision floating point.
    8384    PS_TYPE_C64              = 0x810,   ///< Complex numbers consisting of double-precision floating point.
     85    PS_TYPE_PTR              = 0x000    ///< Something else that's not supported for arithmetic.
     86
    8487} psElemType;
    8588
Note: See TracChangeset for help on using the changeset viewer.