IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2005, 3:44:48 PM (21 years ago)
Author:
drobbin
Message:

psModules now works with the reorganized version of psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageSubtract.c

    r4424 r4579  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-29 01:17:23 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-19 01:44:48 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565    stamp->status = status;
    6666
    67     psMemSetDeallocator(stamp, (psFreeFcn)p_pmStampFree);
     67    psMemSetDeallocator(stamp, (psFreeFunc)p_pmStampFree);
    6868
    6969    return(stamp);
     
    8888
    8989    tmp->type = type;
    90     psMemSetDeallocator(tmp, (psFreeFcn) p_pmSubtractionKernelsFree);
     90    psMemSetDeallocator(tmp, (psFreeFunc) p_pmSubtractionKernelsFree);
    9191    return(tmp);
    9292}
Note: See TracChangeset for help on using the changeset viewer.