Changeset 15980 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Jan 2, 2008, 10:39:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r15814 r15980 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $9 * @date $Date: 200 7-12-13 22:09:35$8 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-01-02 20:39:04 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 130 130 } 131 131 132 bool pmSourceTest(const psPtr ptr)133 {134 return (psMemGetDeallocator(ptr) == (psFreeFunc)sourceFree);135 }136 137 132 /****************************************************************************** 138 133 pmSourceCopy(): copy the pmSource structure and contents … … 807 802 // construct a realization of the source model 808 803 bool pmSourceCacheModel (pmSource *source, psMaskType maskVal) { 809 804 PS_ASSERT_PTR_NON_NULL(source, false); 810 805 // select appropriate model 811 806 pmModel *model = pmSourceGetModel (NULL, source); … … 826 821 // XXX this function should optionally save an existing psf image from modelFlux 827 822 bool pmSourceCachePSF (pmSource *source, psMaskType maskVal) { 823 PS_ASSERT_PTR_NON_NULL(source, false); 828 824 829 825 // select appropriate model … … 846 842 { 847 843 PS_ASSERT_PTR_NON_NULL(source, false); 844 PS_ASSERT_PTR_NON_NULL(source->peak, false); 848 845 bool status; 849 846
Note:
See TracChangeset
for help on using the changeset viewer.
