- Timestamp:
- Jan 18, 2010, 2:41:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/objects/pmSource.c
r26594 r26623 411 411 if (peaks == NULL) { 412 412 psError(PS_ERR_UNKNOWN, false, "failure in peak analysis for PSF clump.\n"); 413 psFree (peaks); 413 414 return emptyClump; 414 415 } … … 422 423 psLogMsg ("psphot", 3, "no significant peak\n"); 423 424 } 425 psFree (peaks); 424 426 return (emptyClump); 425 427 }
Note:
See TracChangeset
for help on using the changeset viewer.
