Changeset 14855 for trunk/ppStack/src/ppStackReadout.c
- Timestamp:
- Sep 14, 2007, 5:46:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackReadout.c
r14854 r14855 89 89 // Generate convolved version of input 90 90 pmReadout *convolved = pmReadoutAlloc(NULL); // Convolved version of input readout 91 #ifdef NO_CONVOL VE91 #ifdef NO_CONVOLUTION 92 92 if (!ppStackMatch(convolved, ro, sources, config)) { 93 93 psError(PS_ERR_UNKNOWN, false, "Unable to match image %d.", fileNum); … … 102 102 return false; 103 103 } 104 #else105 convolved = psMemIncrRefCounter(ro);106 sources = NULL;107 #endif108 104 109 105 #ifdef CONVOLUTION_FILES … … 132 128 psFitsClose(fits); 133 129 } 134 #endif 130 #endif // CONVOLUTION_FILES 131 132 #else 133 convolved = psMemIncrRefCounter(ro); 134 sources = NULL; 135 #endif // NO_CONVOLVUTION 135 136 136 137
Note:
See TracChangeset
for help on using the changeset viewer.
