IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2012, 11:33:13 AM (14 years ago)
Author:
eugene
Message:

forgot to add if (HAVE_MODEL_VAR) cases to psphot.h; slight cleanup of psphotFitSourcesLinear.c blocks so emacs is not confused (paired parentheses regardless of if-defs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r33963 r33994  
    9999
    100100bool            psphotFitSourcesLinear (pmConfig *config, const pmFPAview *view, const char *filerule, bool final);
     101
     102# if (HAVE_MODEL_VAR)
    101103bool            psphotFitSourcesLinearReadout (psMetadata *recipe, pmReadout *readout, psArray *sources, pmPSF *psf, bool final, pmSourceFitVarMode fitVarMode);
     104# else
     105bool            psphotFitSourcesLinearReadout (psMetadata *recipe, pmReadout *readout, psArray *sources, pmPSF *psf, bool final);
     106# endif
    102107
    103108bool            psphotSourceSize (pmConfig *config, const pmFPAview *view, const char *filerule, bool getPSFsize);
Note: See TracChangeset for help on using the changeset viewer.