IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 5:42:11 PM (19 years ago)
Author:
eugene
Message:

pmFPAfile.save is false by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroDefineFiles.c

    r12806 r14212  
    44
    55    // these calls bind the I/O handle to the specified fpa
    6     if (!pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT")) {
     6    pmFPAfile *output = NULL;
     7
     8    output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");
     9    if (!output) {
    710        psError(PSASTRO_ERR_CONFIG, false, "Failed to build FPA from PSASTRO.INPUT");
    811        return false;
    912    }
     13    output->save = true;
    1014
    1115# if (0)
Note: See TracChangeset for help on using the changeset viewer.