Last change
on this file since 94 was
93,
checked in by ajj, 16 years ago
|
Add combined XOP code. Currently only contains XCode project file to build Universal binary suitable for Igor 6.
|
File size:
519 bytes
|
Line | |
---|
1 | // header for TwoPhaseFit.c |
---|
2 | |
---|
3 | //function prototypes |
---|
4 | /* IGOR Fit Functions */ |
---|
5 | int TeubnerStreyModelX(FitParamsPtr p); |
---|
6 | int Power_Law_ModelX(FitParamsPtr p); |
---|
7 | int Peak_Lorentz_ModelX(FitParamsPtr p); |
---|
8 | int Peak_Gauss_ModelX(FitParamsPtr p); |
---|
9 | int Lorentz_ModelX(FitParamsPtr p); |
---|
10 | int FractalX(FitParamsPtr p); |
---|
11 | int DAB_ModelX(FitParamsPtr p); |
---|
12 | int OneLevelX(FitParamsPtr p); |
---|
13 | int TwoLevelX(FitParamsPtr p); |
---|
14 | int ThreeLevelX(FitParamsPtr p); |
---|
15 | int FourLevelX(FitParamsPtr p); |
---|
16 | |
---|
17 | /* internal functions */ |
---|
18 | static DOUBLE gammln(double xx); |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.