IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 4:16:47 PM (18 years ago)
Author:
eugene
Message:

supplying db handle to concept loading functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsCell.c

    r14149 r18137  
    4949        // extract from existing headers
    5050        if (cell->hdu) {
    51             if (fits && !pmCellReadHeader(cell, fits)) {
     51            if (fits && !pmCellReadHeader(cell, fits, config->database)) {
    5252                psError (PS_ERR_IO, false, "trouble reading cell header\n");
    5353                psFree(cellResults);
     
    6565    // Extract Concept values
    6666    if (psListLength(data->concepts) > 0) {
    67         if (fits && cell->hdu && !pmCellReadHeader(cell, fits)) {
     67        if (fits && cell->hdu && !pmCellReadHeader(cell, fits, config->database)) {
    6868            psError (PS_ERR_IO, false, "trouble reading cell header\n");
    6969            psFree(cellResults);
Note: See TracChangeset for help on using the changeset viewer.