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/StackBatch.c

    r31011 r31015  
    323323
    324324    int8_t filterID = -1;
    325     if (!this->base.config->getFilterId(this->base.config, filterType, &filterID)) {
     325    if (!this->base.initData->getFilterId(this->base.initData, filterType, &filterID)) {
    326326
    327327        //        this->base.exitCode = PS_EXIT_DATA_ERROR;
Note: See TracChangeset for help on using the changeset viewer.