Changeset 8672 for trunk/psphot/src/psphotSourceFits.c
- Timestamp:
- Aug 29, 2006, 11:56:41 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceFits.c
r8470 r8672 79 79 // if this one failed, skip it 80 80 if (!psphotEvalPSF (blend, model)) { 81 psTrace ("psphot.blend", 5, "failed on blend %d of % d\n", i, modelSet->n);81 psTrace ("psphot.blend", 5, "failed on blend %d of %ld\n", i, modelSet->n); 82 82 continue; 83 83 } … … 96 96 // evaluate the primary object 97 97 if (!psphotEvalPSF (source, PSF)) { 98 psTrace ("psphot.blend", 5, "failed on blend 0 of % d\n", modelSet->n);98 psTrace ("psphot.blend", 5, "failed on blend 0 of %ld\n", modelSet->n); 99 99 psFree (PSF); 100 100 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
