Changeset 26395
- Timestamp:
- Dec 13, 2009, 4:32:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r25754 r26395 411 411 412 412 // if we failed to find a valid peak, return the empty clump (failure signal) 413 if (peaks == NULL) 414 { 413 if (!peaks || !peaks->n) { 415 414 psLogMsg ("psphot", 3, "failed to find a peak in the PSF clump image\n"); 416 415 if (nValid == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
