IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2004, 11:33:59 AM (22 years ago)
Author:
harman
Message:

Changed p_XX allocations to psXX allocations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psArray.h

    r502 r511  
    88 *  @author Ross Harman, MHPCC
    99 *   
    10  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-04-22 21:15:01 $
     10 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-04-23 21:33:59 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8282typedef struct
    8383{
    84     psType type;    ///< Type of data. THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
     84    psType type;    ///< Type of data.
    8585    int nalloc;     ///< Total number of elements available.
    8686    int n;          ///< Number of elements in use.
Note: See TracChangeset for help on using the changeset viewer.