Changeset 34089 for trunk/magic/remove/src/streaksrelease.c
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksrelease.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksrelease.c
r30315 r34089 288 288 } else { 289 289 // we have an image cube 290 double initValue;290 // double initValue; 291 291 if (exciseImageCube) { 292 292 // copy the entire input image to the recovery image 293 293 writeImageCube(sf->recImage, sf->inImage->imagecube, extname, sf->extnum); 294 initValue = NAN;294 // initValue = NAN; 295 295 } else { 296 296 // otherwise write it to the output 297 297 writeImageCube(sf->outImage, sf->inImage->imagecube, extname, sf->extnum); 298 initValue = 0;298 // initValue = 0; 299 299 } 300 300
Note:
See TracChangeset
for help on using the changeset viewer.
