Changeset 31025 for trunk/ippToPsps/src/Batch.c
- Timestamp:
- Mar 23, 2011, 11:42:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.c
r31015 r31025 88 88 89 89 // destroy objects 90 this-> config->destroy(this->config);90 this->fitsGenerator->destroy(this->fitsGenerator); 91 91 this->initData->destroy(this->initData); 92 92 … … 228 228 } 229 229 230 // create a Configobject230 // create a FitsGenerator object 231 231 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); 238 233 239 234 // create full FITS out path … … 318 313 this->inputFiles = NULL; 319 314 this->fitsOut = NULL; 320 this-> config= NULL;315 this->fitsGenerator = NULL; 321 316 this->pmconfig = NULL; 322 317 this->exitCode = PS_EXIT_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.
