IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17170


Ignore:
Timestamp:
Mar 28, 2008, 10:07:40 AM (18 years ago)
Author:
Paul Price
Message:

Was adding readouts instead of cells.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ppMerge/src/ppMergeLoop.c

    r17169 r17170  
    223223            psList *inCells = psListAlloc(NULL); // List of cells
    224224            for (int i = 0; i < numFiles; i++) {
    225                 psListAdd(inCells, PS_LIST_TAIL, readouts->data[i]);
     225                pmReadout *readout = readouts->data[i]; // Readout of interest
     226                psListAdd(inCells, PS_LIST_TAIL, readout->parent);
    226227            }
    227228            if (!pmConceptsAverageCells(outCell, inCells, NULL, NULL, true)) {
Note: See TracChangeset for help on using the changeset viewer.