Changeset 19081
- Timestamp:
- Aug 15, 2008, 12:01:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeLoop_Threaded.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeLoop_Threaded.c
r18967 r19081 171 171 psArray *readouts = psArrayAlloc(numFiles); // Input readouts 172 172 for (int j = 0; j < numFiles; j++) { 173 pmFPAfile *input = pmFPAfileSelectSingle(config->files, "PPMERGE.INPUT", i);173 pmFPAfile *input = pmFPAfileSelectSingle(config->files, "PPMERGE.INPUT", j); 174 174 pmCell *inCell = pmFPAviewThisCell(view, input->fpa); // Input cell 175 175 readouts->data[j] = pmReadoutAlloc(inCell);
Note:
See TracChangeset
for help on using the changeset viewer.
