IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 3:33:28 PM (19 years ago)
Author:
Paul Price
Message:

Adding marker for reading concepts from the PHU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r12285 r12659  
    223223
    224224    if (source & PM_CONCEPT_SOURCE_PHU && !(*read & PM_CONCEPT_SOURCE_PHU)) {
    225         if (!p_pmConceptsReadFromHeader(target, *specs, fpa, chip, cell)) {
    226             psError(PS_ERR_UNKNOWN, false, "Error reading concepts from header.\n");
     225        if (p_pmConceptsReadFromHeader(target, *specs, fpa, chip, cell)) {
     226            *read |= PM_CONCEPT_SOURCE_PHU;
     227        } else {
     228            psError(PS_ERR_UNKNOWN, false, "Error reading concepts from PHU.\n");
    227229            success = false;
    228230        }
Note: See TracChangeset for help on using the changeset viewer.