Changeset 4392 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r4308 r4392 8 8 * @author GLG, MHPCC 9 9 * 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 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 189 189 } 190 190 191 psMemSetDeallocator(tmp,(psFreeF cn)fixedPatternFree);191 psMemSetDeallocator(tmp,(psFreeFunc)fixedPatternFree); 192 192 193 193 return(tmp); … … 236 236 exp->telescopeName = NULL; 237 237 238 psMemSetDeallocator(exp,(psFreeF cn)exposureFree);238 psMemSetDeallocator(exp,(psFreeFunc)exposureFree); 239 239 240 240 return exp; … … 261 261 *(double *)&obs->tlr = tlr; 262 262 263 psMemSetDeallocator(obs,(psFreeF cn)observatoryFree);263 psMemSetDeallocator(obs,(psFreeFunc)observatoryFree); 264 264 265 265 return obs; … … 302 302 newFPA->chi2 = 0.0f; 303 303 304 psMemSetDeallocator(newFPA,(psFreeF cn)FPAFree);304 psMemSetDeallocator(newFPA,(psFreeFunc)FPAFree); 305 305 306 306 return newFPA; … … 336 336 chip->parent = parentFPA; 337 337 338 psMemSetDeallocator(chip,(psFreeF cn)chipFree);338 psMemSetDeallocator(chip,(psFreeFunc)chipFree); 339 339 340 340 return chip; … … 374 374 cell->parent = parentChip; 375 375 376 psMemSetDeallocator(cell,(psFreeF cn)cellFree);376 psMemSetDeallocator(cell,(psFreeFunc)cellFree); 377 377 378 378 return cell; … … 397 397 readout->metadata = NULL; 398 398 399 psMemSetDeallocator(readout,(psFreeF cn)readoutFree);399 psMemSetDeallocator(readout,(psFreeFunc)readoutFree); 400 400 401 401 return readout;
Note:
See TracChangeset
for help on using the changeset viewer.
