Changeset 18166 for trunk/ppMerge/src/ppMergeLoop.c
- Timestamp:
- Jun 17, 2008, 12:25:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeLoop.c
r18030 r18166 165 165 #define READ_CHUNK(NAME,TYPE) { \ 166 166 pmFPAfile *file = pmFPAfileSelectSingle(config->files, NAME, i); \ 167 if (!pmReadoutReadChunk##TYPE(inRO, file->fits, 0, rows, 0, config ->database)) { \167 if (!pmReadoutReadChunk##TYPE(inRO, file->fits, 0, rows, 0, config)) { \ 168 168 psError(PS_ERR_IO, false, "Unable to read chunk %d for file %s %d", \ 169 169 numChunk, NAME, i); \ … … 219 219 #define MORE_CHUNK(NAME,TYPE) { \ 220 220 pmFPAfile *file = pmFPAfileSelectSingle(config->files, NAME, i); \ 221 more &= pmReadoutMore##TYPE(inRO, file->fits, 0, rows, config ->database); \221 more &= pmReadoutMore##TYPE(inRO, file->fits, 0, rows, config); \ 222 222 } 223 223
Note:
See TracChangeset
for help on using the changeset viewer.
