- Timestamp:
- Aug 30, 2013, 4:55:55 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130711
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubMatchPSFs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130711/ppSub/src/ppSubMatchPSFs.c
r35240 r36075 57 57 if (!pmFPACopy(photFile->fpa, ro->parent->parent->parent)) { 58 58 psError(PPSUB_ERR_CONFIG, false, "Unable to copy FPA for photometry"); 59 return false;59 return NAN; 60 60 } 61 61 … … 76 76 psWarning("Unable to determine PSF."); 77 77 psFree(view); 78 return true;78 return NAN; 79 79 } 80 80 psFree(view);
Note:
See TracChangeset
for help on using the changeset viewer.
