Changeset 9735 for trunk/ippTools/src/pxframes.c
- Timestamp:
- Oct 24, 2006, 2:11:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxframes.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxframes.c
r9392 r9735 90 90 \ 91 91 return true; \ 92 } 92 } 93 93 94 94 PX_FRAME_PRINT(pzPendingFrame, pzPendingImfile); … … 111 111 } \ 112 112 \ 113 psArray *allFrames = psArrayAlloc (psArrayLength(exposures)); \113 psArray *allFrames = psArrayAllocEmpty(psArrayLength(exposures)); \ 114 114 \ 115 115 for (long i = 0; i < psArrayLength(exposures); i++) { \ … … 143 143 \ 144 144 return allFrames; \ 145 } 145 } 146 146 147 147 PX_FRAME_SEARCH(pzPendingFrame, pzPendingExp, pzPendingImfile, exp_id); … … 177 177 178 178 /* 179 rawDetrendFrame *newToRawDetrendFrame(pxConfig *config, newFrame *newFrame) 179 rawDetrendFrame *newToRawDetrendFrame(pxConfig *config, newFrame *newFrame) 180 180 { 181 181 newExpRow *newExp = NULL; … … 187 187 188 188 psArray *newImages = newFrame->images; 189 psArray *rawImages = psArrayAlloc (psArrayLength(newImages));189 psArray *rawImages = psArrayAllocEmpty(psArrayLength(newImages)); 190 190 for (long i = 0; i < psArrayLength(newImages); i++) { 191 191 newImfileRow *newImfile = newImages->data[i];
Note:
See TracChangeset
for help on using the changeset viewer.
