IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 9:33:05 AM (15 years ago)
Author:
rhenders
Message:

New class to encapsulate initialization data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/DetectionBatch.c

    r31011 r31015  
    6363    // FrameMeta values
    6464    int8_t filterID = -1;
    65     if (!this->base.config->getFilterId(this->base.config, filterType, &filterID)) {
     65    if (!this->base.initData->getFilterId(this->base.initData, filterType, &filterID)) {
    6666   
    6767        this->base.exitCode = PS_EXIT_DATA_ERROR;
Note: See TracChangeset for help on using the changeset viewer.