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/astronomy/psAstrometry.c

    r3598 r3682  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-03-31 23:01:46 $
     10 *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-04-07 20:27:41 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    191191    }
    192192
    193     p_psMemSetDeallocator(tmp,(psFreeFcn)fixedPatternFree);
     193    psMemSetDeallocator(tmp,(psFreeFcn)fixedPatternFree);
    194194
    195195    return(tmp);
     
    238238    exp->telescopeName = NULL;
    239239
    240     p_psMemSetDeallocator(exp,(psFreeFcn)exposureFree);
     240    psMemSetDeallocator(exp,(psFreeFcn)exposureFree);
    241241
    242242    return exp;
     
    263263    *(double *)&obs->tlr = tlr;
    264264
    265     p_psMemSetDeallocator(obs,(psFreeFcn)observatoryFree);
     265    psMemSetDeallocator(obs,(psFreeFcn)observatoryFree);
    266266
    267267    return obs;
     
    304304    newFPA->chi2 = 0.0f;
    305305
    306     p_psMemSetDeallocator(newFPA,(psFreeFcn)FPAFree);
     306    psMemSetDeallocator(newFPA,(psFreeFcn)FPAFree);
    307307
    308308    return newFPA;
     
    338338    chip->parent = parentFPA;
    339339
    340     p_psMemSetDeallocator(chip,(psFreeFcn)chipFree);
     340    psMemSetDeallocator(chip,(psFreeFcn)chipFree);
    341341
    342342    return chip;
     
    376376    cell->parent = parentChip;
    377377
    378     p_psMemSetDeallocator(cell,(psFreeFcn)cellFree);
     378    psMemSetDeallocator(cell,(psFreeFcn)cellFree);
    379379
    380380    return cell;
     
    399399    readout->metadata = NULL;
    400400
    401     p_psMemSetDeallocator(readout,(psFreeFcn)readoutFree);
     401    psMemSetDeallocator(readout,(psFreeFcn)readoutFree);
    402402
    403403    return readout;
Note: See TracChangeset for help on using the changeset viewer.