IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2005, 11:51:00 AM (21 years ago)
Author:
desonia
Message:

adjusted to match the latest SDRS for psLib (change of function names).

File:
1 edited

Legend:

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

    r3625 r3696  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-01 20:47:40 $
     7 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-12 21:51:00 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    112112    }
    113113
    114     p_psMemSetDeallocator(tmp, (psFreeFcn) p_psModelFree);
     114    psMemSetDeallocator(tmp, (psFreeFcn) p_psModelFree);
    115115    return(tmp);
    116116}
     
    141141    tmp->moments = NULL;
    142142    tmp->models = NULL;
    143     p_psMemSetDeallocator(tmp, (psFreeFcn) p_psSourceFree);
     143    psMemSetDeallocator(tmp, (psFreeFcn) p_psSourceFree);
    144144
    145145    return(tmp);
Note: See TracChangeset for help on using the changeset viewer.