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

    r4308 r4392  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-17 23:44:21 $
     10 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-25 02:02:04 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    189189    }
    190190
    191     psMemSetDeallocator(tmp,(psFreeFcn)fixedPatternFree);
     191    psMemSetDeallocator(tmp,(psFreeFunc)fixedPatternFree);
    192192
    193193    return(tmp);
     
    236236    exp->telescopeName = NULL;
    237237
    238     psMemSetDeallocator(exp,(psFreeFcn)exposureFree);
     238    psMemSetDeallocator(exp,(psFreeFunc)exposureFree);
    239239
    240240    return exp;
     
    261261    *(double *)&obs->tlr = tlr;
    262262
    263     psMemSetDeallocator(obs,(psFreeFcn)observatoryFree);
     263    psMemSetDeallocator(obs,(psFreeFunc)observatoryFree);
    264264
    265265    return obs;
     
    302302    newFPA->chi2 = 0.0f;
    303303
    304     psMemSetDeallocator(newFPA,(psFreeFcn)FPAFree);
     304    psMemSetDeallocator(newFPA,(psFreeFunc)FPAFree);
    305305
    306306    return newFPA;
     
    336336    chip->parent = parentFPA;
    337337
    338     psMemSetDeallocator(chip,(psFreeFcn)chipFree);
     338    psMemSetDeallocator(chip,(psFreeFunc)chipFree);
    339339
    340340    return chip;
     
    374374    cell->parent = parentChip;
    375375
    376     psMemSetDeallocator(cell,(psFreeFcn)cellFree);
     376    psMemSetDeallocator(cell,(psFreeFunc)cellFree);
    377377
    378378    return cell;
     
    397397    readout->metadata = NULL;
    398398
    399     psMemSetDeallocator(readout,(psFreeFcn)readoutFree);
     399    psMemSetDeallocator(readout,(psFreeFunc)readoutFree);
    400400
    401401    return readout;
Note: See TracChangeset for help on using the changeset viewer.