IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2010, 9:17:17 AM (16 years ago)
Author:
eugene
Message:

build works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphotFitSourcesLinear.c

    r26688 r26691  
    1717    bool status = true;
    1818
    19     int num = psMetadataAddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
     19    int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
    2020    psAssert (status, "programming error: must define PSPHOT.INPUT.NUM");
    2121
     
    3030}
    3131
    32 bool psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index) {
     32bool psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, bool final) {
    3333
    3434    bool status;
Note: See TracChangeset for help on using the changeset viewer.