- Timestamp:
- Jan 14, 2010, 10:19:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/objects/pmSource.c
r26523 r26594 409 409 410 410 // if we failed to find a valid peak, return the empty clump (failure signal) 411 if (peaks == NULL) 411 if (peaks == NULL) { 412 psError(PS_ERR_UNKNOWN, false, "failure in peak analysis for PSF clump.\n"); 413 return emptyClump; 414 } 415 416 if (peaks->n == 0) 412 417 { 413 418 psLogMsg ("psphot", 3, "failed to find a peak in the PSF clump image\n");
Note:
See TracChangeset
for help on using the changeset viewer.
