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/dataIO/psLookupTable.c

    r4366 r4392  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-06-23 03:19:29 $
     9*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-06-25 02:02:05 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    268268
    269269    // Set deallocator
    270     psMemSetDeallocator(outTable, (psFreeFcn)lookupTableFree);
     270    psMemSetDeallocator(outTable, (psFreeFunc)lookupTableFree);
    271271
    272272    // Allocate and set file name and format strings
Note: See TracChangeset for help on using the changeset viewer.