Last change
on this file since 102 was
97,
checked in by ajj, 16 years ago
|
Now committing the code correctly - having relied on XCode's SVN interface which doesn't behave (quelle surprise).
I hope this isn't too screwed up.
|
File size:
460 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 | |
---|
Note: See
TracBrowser
for help on using the repository browser.