IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7635


Ignore:
Timestamp:
Jun 22, 2006, 10:15:01 AM (20 years ago)
Author:
eugene
Message:

re-activating external files

File:
1 edited

Legend:

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

    r7583 r7635  
    5555    pmFPAfileIOChecks (config, view, PM_FPA_AFTER);
    5656
     57    // activate all files except PSASTRO.OUTPUT
     58    pmFPAfileActivate (config->files, true, NULL);
     59    pmFPAfileActivate (config->files, false, "PSASTRO.OUTPUT");
     60
    5761    psFree (view);
    5862    return true;
Note: See TracChangeset for help on using the changeset viewer.