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.
|
-
Property svn:executable set to
*
|
File size:
888 bytes
|
Line | |
---|
1 | /* |
---|
2 | CylinderFit.h -- equates for CylinderFit XOP |
---|
3 | */ |
---|
4 | |
---|
5 | |
---|
6 | /* Prototypes */ |
---|
7 | /* IGOR Fit Functions */ |
---|
8 | int CylinderFormX(FitParamsPtr p); |
---|
9 | int EllipCyl76X(FitParamsPtr p); |
---|
10 | int EllipCyl20X(FitParamsPtr p); |
---|
11 | int TriaxialEllipsoidX(FitParamsPtr p); |
---|
12 | int ParallelepipedX(FitParamsPtr p); |
---|
13 | int HollowCylinderX(FitParamsPtr p); |
---|
14 | int EllipsoidFormX(FitParamsPtr p); |
---|
15 | int Cyl_PolyRadiusX(FitParamsPtr p); |
---|
16 | int Cyl_PolyLengthX(FitParamsPtr p); |
---|
17 | int CoreShellCylinderX(FitParamsPtr p); |
---|
18 | int OblateFormX(FitParamsPtr p); |
---|
19 | int ProlateFormX(FitParamsPtr p); |
---|
20 | int FlexExclVolCylX(FitParamsPtr p); |
---|
21 | int FlexCyl_PolyLenX(FitParamsPtr p); |
---|
22 | int FlexCyl_PolyRadX(FitParamsPtr p); |
---|
23 | int FlexCyl_EllipX(FitParamsPtr p); |
---|
24 | int PolyCoShCylinderX(FitParamsPtr p); |
---|
25 | int StackedDiscsX(FitParamsPtr p); |
---|
26 | int LamellarFFX(FitParamsPtr p); |
---|
27 | int LamellarFF_HGX(FitParamsPtr p); |
---|
28 | int LamellarPSX(FitParamsPtr p); |
---|
29 | int LamellarPS_HGX(FitParamsPtr p); |
---|
Note: See
TracBrowser
for help on using the repository browser.