IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23492


Ignore:
Timestamp:
Mar 23, 2009, 11:30:51 AM (17 years ago)
Author:
Paul Price
Message:

Fixing error from last fix: void should actually be "int".

File:
1 edited

Legend:

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

    r23486 r23492  
    136136bool            psphotPlotMoments (pmConfig *config, pmFPAview *view, psArray *sources);
    137137bool            psphotPlotPSFModel (pmConfig *config, pmFPAview *view, psArray *sources);
    138 bool            psphotFitInit (void);
     138bool            psphotFitInit (int nThreads);
    139139bool            psphotFitSummary (void);
    140140
Note: See TracChangeset for help on using the changeset viewer.