Changeset 28182 for trunk/ppStack/src/ppStackConvolve.c
- Timestamp:
- Jun 1, 2010, 3:57:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackConvolve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackConvolve.c
r27218 r28182 235 235 236 236 if (numGood == 0) { 237 psError(PPSTACK_ERR_REJECTED, false, "No good images to combine."); 237 options->quality = PPSTACK_ERR_REJECTED; 238 psErrorStackPrint(stderr, "No good images survived convolution stage."); 239 psErrorClear(); 240 psWarning("No good images survived convolution stage."); 238 241 psFree(fpaList); 239 242 psFree(cellList); 240 return false;243 return true; 241 244 } 242 245 … … 324 327 325 328 if (numGood == 0) { 326 psError(PPSTACK_ERR_REJECTED, false, "No good images to combine."); 327 return false; 329 options->quality = PPSTACK_ERR_REJECTED; 330 psErrorStackPrint(stderr, "No good images survived convolution stage."); 331 psErrorClear(); 332 psWarning("No good images survived convolution stage."); 333 return true; 328 334 } 329 335
Note:
See TracChangeset
for help on using the changeset viewer.
