Changeset 390 in Sophya for trunk/SophyaPI/PIext/piafitting.h
- Timestamp:
- Aug 13, 1999, 4:01:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.h
r385 r390 50 50 int lp,lpg; 51 51 int i1,i2,j1,j2; 52 bool fromlastfit ;52 bool fromlastfit,autoinifit; 53 53 } DFOPTIONS ; 54 54 … … 62 62 void DecodeFunction(string func); 63 63 void ReSetParam(void); 64 void AutoIniFit(void); 64 65 void InitParFromLastFit(void); 65 66 void DecodeParam(string par,string step,string min,string max,string fix); … … 88 89 GeneralFunction* mFunction; string mFName; 89 90 // Gestion de fonction de fit definie par l'utilisateur 91 bool mFitUserFunc; 90 92 GeneralFunc* mFunc; 91 93 PDynLinkMgr* mDlUFunc;
Note:
See TracChangeset
for help on using the changeset viewer.