IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 813


Ignore:
Timestamp:
May 28, 2004, 3:10:22 PM (22 years ago)
Author:
desonia
Message:

added more formal definition of the void* type.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r809 r813  
    2020 *  @author Ross Harman, MHPCC
    2121 *
    22  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    23  *  @date $Date: 2004-05-28 21:07:17 $
     22 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     23 *  @date $Date: 2004-05-29 01:10:22 $
    2424 *
    2525 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555typedef complex float   psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
    5656typedef complex double  psC64;          ///< complex with 64-bit floating point Real and Imagary numbers
     57typedef void*           psPTR;           ///< void pointer
    5758
    5859
  • trunk/psLib/src/sysUtils/psType.h

    r809 r813  
    2020 *  @author Ross Harman, MHPCC
    2121 *
    22  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    23  *  @date $Date: 2004-05-28 21:07:17 $
     22 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     23 *  @date $Date: 2004-05-29 01:10:22 $
    2424 *
    2525 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555typedef complex float   psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
    5656typedef complex double  psC64;          ///< complex with 64-bit floating point Real and Imagary numbers
     57typedef void*           psPTR;           ///< void pointer
    5758
    5859
Note: See TracChangeset for help on using the changeset viewer.