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

    r31015 r31025  
    8888
    8989    // destroy objects
    90     this->config->destroy(this->config);
     90    this->fitsGenerator->destroy(this->fitsGenerator);
    9191    this->initData->destroy(this->initData);
    9292
     
    228228    }
    229229
    230     // create a Config object
     230    // create a FitsGenerator object
    231231    strcat(configsBaseDir, configsDir);
    232     this->config = new_Config(configsBaseDir);
    233     if (this->config == NULL) {
    234 
    235         this->exitCode = PS_EXIT_CONFIG_ERROR;
    236         return false;
    237     }
     232    this->fitsGenerator = new_FitsGenerator(configsBaseDir);
    238233
    239234    // create full FITS out path
     
    318313    this->inputFiles = NULL;
    319314    this->fitsOut = NULL;
    320     this->config = NULL;
     315    this->fitsGenerator = NULL;
    321316    this->pmconfig = NULL;
    322317    this->exitCode = PS_EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.