IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 3:31:01 PM (18 years ago)
Author:
eugene
Message:

big update from eam_branch_20081124 with updates to Opihi math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/imfit.h

    r14590 r20936  
    33int Npar;
    44int Nfpar;
    5 float *par;
    6 float *fpar;
    7 float *sky;
     5opihi_flt *par;
     6opihi_flt *fpar;
     7opihi_flt *sky;
    88
    9 float (*fitfunc)(float, float, float *, int, float *);
     9opihi_flt (*fitfunc)(opihi_flt, opihi_flt, opihi_flt *, int, opihi_flt *);
    1010void (*imfit_cleanup)();
    1111
Note: See TracChangeset for help on using the changeset viewer.