IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4590 for trunk/psLib/src/sys


Ignore:
Timestamp:
Jul 20, 2005, 4:39:58 PM (21 years ago)
Author:
drobbin
Message:

made minor changes according to most recent api-delta report from IFA

Location:
trunk/psLib/src/sys
Files:
2 edited

Legend:

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

    r4589 r4590  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-07-21 01:40:10 $
     14 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-07-21 02:39:57 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    118118 *  @ingroup memCallback
    119119 */
    120 typedef void* (*psMemExhaustedCallback) (
     120typedef psPtr (*psMemExhaustedCallback) (
    121121    size_t size                        ///< the size of buffer required
    122122);
  • trunk/psLib/src/sys/psType.h

    r4540 r4590  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-07-12 19:12:01 $
     12*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-07-21 02:39:57 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    131131    PS_DATA_SCALAR,                    ///< psScalar
    132132    PS_DATA_SPHERE,                    ///< psSphere
    133     PS_DATA_SPHERETRANSFORM,           ///< psSphereTransform
     133    PS_DATA_SPHEREROT,           ///< psSphereTransform
    134134    PS_DATA_SPLINE1D,                  ///< psSpline1D
    135135    PS_DATA_STATS,                     ///< psStats
Note: See TracChangeset for help on using the changeset viewer.