- Timestamp:
- Jan 26, 2010, 1:41:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
r26674 r26684 563 563 PM_SUBTRACTION_ANALYSIS_DECONV_MAX); // Max deconvolution fraction 564 564 if (deconv > deconvLimit) { 565 psWarning("Maximum deconvolution fraction (%f) exceeds limit (%f) --- rejecting \n",566 deconv, deconvLimit );565 psWarning("Maximum deconvolution fraction (%f) exceeds limit (%f) --- rejecting image %d\n", 566 deconv, deconvLimit, index); 567 567 psFree(conv); 568 568 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
