IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12651


Ignore:
Timestamp:
Mar 28, 2007, 1:37:15 PM (19 years ago)
Author:
Paul Price
Message:

Propagating errors status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r11687 r12651  
    398398        psListAdd(inputCells, PS_LIST_TAIL, readout->parent);
    399399    }
    400     pmConceptsAverageCells(output->parent, inputCells, NULL, NULL);
     400    bool success = pmConceptsAverageCells(output->parent, inputCells, NULL, NULL);
    401401    psFree(inputCells);
    402402
    403     return true;
     403    return success;
    404404}
    405405
Note: See TracChangeset for help on using the changeset viewer.