IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 4:50:25 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap from r23739 onto trunk. No conflicts, ppSub builds fine.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psModules

  • trunk/psModules/src/camera/pmFPA.c

    r21363 r23740  
    298298
    299299
    300 pmCell *pmCellAlloc(
    301     pmChip *chip,
    302     const char *name)
     300pmCell *pmCellAlloc(pmChip *chip, const char *name)
    303301{
    304302    pmCell *tmpCell = (pmCell *) psAlloc(sizeof(pmCell));
     
    323321    }
    324322    tmpCell->conceptsRead = PM_CONCEPT_SOURCE_NONE;
    325     // XXX does this work?  moved to conceptsRead... pmConceptsBlankCell(tmpCell);
     323    pmConceptsBlankCell(tmpCell);
    326324
    327325    return tmpCell;
     
    362360    }
    363361    tmpChip->conceptsRead = PM_CONCEPT_SOURCE_NONE;
    364     // XXX does this work?  moved to conceptsRead... pmConceptsBlankChip(tmpChip);
     362    pmConceptsBlankChip(tmpChip);
    365363    return tmpChip;
    366364}
     
    393391    }
    394392    tmpFPA->conceptsRead = PM_CONCEPT_SOURCE_NONE;
    395     // XXX does this work?  moved to conceptsRead... pmConceptsBlankFPA(tmpFPA);
     393    pmConceptsBlankFPA(tmpFPA);
    396394
    397395    // this may be somewhat pedantic, but it makes these things consistent
Note: See TracChangeset for help on using the changeset viewer.