Changeset 18030 for trunk/ppMerge/src/ppMergeLoop.c
- Timestamp:
- Jun 9, 2008, 1:00:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeLoop.c
r18025 r18030 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 )) { \167 if (!pmReadoutReadChunk##TYPE(inRO, file->fits, 0, rows, 0, config->database)) { \ 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 ); \221 more &= pmReadoutMore##TYPE(inRO, file->fits, 0, rows, config->database); \ 222 222 } 223 223
Note:
See TracChangeset
for help on using the changeset viewer.
