IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 4:02:05 PM (21 years ago)
Author:
drobbin
Message:

changed psFreeFcn to psFreeFunc

File:
1 edited

Legend:

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

    r4367 r4392  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-23 03:50:29 $
     11 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-25 02:02:04 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555    // Create vector struct
    5656    psArr = (psArray* ) psAlloc(sizeof(psArray));
    57     psMemSetDeallocator(psArr, (psFreeFcn) arrayFree);
     57    psMemSetDeallocator(psArr, (psFreeFunc) arrayFree);
    5858
    5959    psArr->nalloc = nalloc;
Note: See TracChangeset for help on using the changeset viewer.