IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12642


Ignore:
Timestamp:
Mar 28, 2007, 11:42:25 AM (19 years ago)
Author:
Paul Price
Message:

Read concepts all through when we put a new header in.

File:
1 edited

Legend:

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

    r12621 r12642  
    151151    source |= PM_CONCEPT_SOURCE_DEFAULTS;
    152152
    153     return pmConceptsReadFPA(fpa, source, false, NULL);
     153    return pmConceptsReadFPA(fpa, source, true, NULL);
    154154}
    155155
     
    180180    }
    181181    source |= PM_CONCEPT_SOURCE_DEFAULTS;
    182     return pmConceptsReadChip(chip, source, true, false, NULL);
     182    return pmConceptsReadChip(chip, source, true, true, NULL);
    183183}
    184184
Note: See TracChangeset for help on using the changeset viewer.