Changeset 23487 for trunk/psModules/src/imcombine/pmSubtractionVisual.c
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionVisual.c
r23242 r23487 44 44 45 45 /** destroy windows at the end of a run*/ 46 bool pmSubtractionVisualClose( )46 bool pmSubtractionVisualClose(void) 47 47 { 48 48 if(kapa != -1) … … 256 256 257 257 #else 258 bool pmSubtractionVisualClose( ) {return true;}258 bool pmSubtractionVisualClose(void) {return true;} 259 259 bool pmSubtractionVisualPlotConvKernels(psImage *convKernels) {return true;} 260 260 bool pmSubtractionVisualPlotStamps(pmSubtractionStampList *stamps, pmReadout *ro) {return true;}
Note:
See TracChangeset
for help on using the changeset viewer.
