Changeset 390 in Sophya for trunk/SophyaPI/PIext/piafitting.h


Ignore:
Timestamp:
Aug 13, 1999, 4:01:37 PM (26 years ago)
Author:
ercodmgr
Message:

preparation auto ini fit cmv 13/8/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piafitting.h

    r385 r390  
    5050  int lp,lpg;
    5151  int i1,i2,j1,j2;
    52   bool fromlastfit;
     52  bool fromlastfit,autoinifit;
    5353} DFOPTIONS ;
    5454
     
    6262void DecodeFunction(string func);
    6363void ReSetParam(void);
     64void AutoIniFit(void);
    6465void InitParFromLastFit(void);
    6566void DecodeParam(string par,string step,string min,string max,string fix);
     
    8889GeneralFunction* mFunction; string mFName;
    8990// Gestion de fonction de fit definie par l'utilisateur
     91bool mFitUserFunc;
    9092GeneralFunc* mFunc;
    9193PDynLinkMgr* mDlUFunc;
Note: See TracChangeset for help on using the changeset viewer.