Changeset 25082 for trunk/magic/remove/src/streaksreplace.c
- Timestamp:
- Aug 14, 2009, 3:58:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksreplace.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksreplace.c
r24556 r25082 8 8 int main(int argc, char *argv[]) 9 9 { 10 long i;11 10 bool status; 12 StreakPixels *pixels;13 PixelPos *pixelPos;14 11 15 12 psLibInit(NULL); … … 92 89 93 90 if (!replicateOutputs(sfiles)) { 94 psError(PS_ERR_UNKNOWN, false, "failed to replicate output files"); 95 psErrorStackPrint(stderr, ""); 91 psErrorStackPrint(stderr, "failed to replicate output files"); 96 92 exit(PS_EXIT_UNKNOWN_ERROR); 97 93 } … … 172 168 true); 173 169 } 174 170 175 171 bool gotMask = false; 176 172 if ((argnum = psArgumentGet(argc, argv, "-mask"))) { … … 353 349 // we have an image cube 354 350 double initValue; 355 // otherwise write it to the output 351 // otherwise write it to the output 356 352 writeImageCube(sf->outImage, sf->recImage->imagecube, extname, sf->extnum); 357 353
Note:
See TracChangeset
for help on using the changeset viewer.
