IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2008, 12:39:44 PM (18 years ago)
Author:
Paul Price
Message:

Configuration wasn't being passed along.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r18163 r18177  
    161161        pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    162162                                 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE;
    163         if (!pmConceptsWriteCell(cell, source, true, NULL)) {
     163        if (!pmConceptsWriteCell(cell, source, true, config)) {
    164164            psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n");
    165165            return false;
     
    211211            pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    212212                                     PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE;
    213             if (!pmConceptsWriteChip(chip, source, true, true, NULL)) {
     213            if (!pmConceptsWriteChip(chip, source, true, true, config)) {
    214214                psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n");
    215215                return false;
     
    275275            pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
    276276                                     PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE;
    277             if (!pmConceptsWriteFPA(fpa, source, true, NULL)) {
     277            if (!pmConceptsWriteFPA(fpa, source, true, config)) {
    278278                psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n");
    279279                return false;
Note: See TracChangeset for help on using the changeset viewer.