IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.c

    r3671 r3682  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-04-06 01:12:58 $
     11 *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-04-07 20:27:41 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6767    psImage* image = (psImage* ) psAlloc(sizeof(psImage));
    6868
    69     p_psMemSetDeallocator(image, (psFreeFcn) imageFree);
     69    psMemSetDeallocator(image, (psFreeFcn) imageFree);
    7070
    7171    image->data.V = psAlloc(sizeof(psPtr ) * numRows);
Note: See TracChangeset for help on using the changeset viewer.