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/psFits.c

    r4343 r4392  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-22 03:00:27 $
     9 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-25 02:02:05 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    249249    fits->p_fd = fptr;
    250250    strcpy((char*)fits->filename,name);
    251     psMemSetDeallocator(fits,(psFreeFcn)fitsFree);
     251    psMemSetDeallocator(fits,(psFreeFunc)fitsFree);
    252252
    253253    return fits;
Note: See TracChangeset for help on using the changeset viewer.