Changeset 18137 for trunk/ppStats/src/ppStatsChip.c
- Timestamp:
- Jun 13, 2008, 4:16:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsChip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsChip.c
r14561 r18137 38 38 // extract from existing headers 39 39 if (chip->hdu) { 40 if (fits && !pmChipReadHeader(chip, fits )) {40 if (fits && !pmChipReadHeader(chip, fits, config->database)) { 41 41 psError (PS_ERR_IO, false, "trouble reading chip header\n"); 42 42 psFree(chipResults); … … 54 54 // Extract Concept values 55 55 if (psListLength(data->concepts) > 0) { 56 if (fits && chip->hdu && !pmChipReadHeader(chip, fits )) {56 if (fits && chip->hdu && !pmChipReadHeader(chip, fits, config->database)) { 57 57 psError (PS_ERR_IO, false, "trouble reading chip header\n"); 58 58 psFree(chipResults);
Note:
See TracChangeset
for help on using the changeset viewer.
