IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 11:42:31 AM (15 years ago)
Author:
rhenders
Message:

Config class now renamed to FitsGenerator

File:
1 edited

Legend:

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

    r31011 r31025  
    1818    if (this->base.exitCode != PS_EXIT_SUCCESS) return this->base.exitCode;
    1919
    20     if (!this->base.config->populateFromFile(this->base.config, this->base.fitsOut))
     20    if (!this->base.fitsGenerator->populateFromFile(this->base.fitsGenerator, this->base.fitsOut))
    2121        this->base.exitCode = PS_EXIT_CONFIG_ERROR;
    2222    else this->base.exitCode = PS_EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.