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:
382 bytes
|
Line | |
---|
1 | // header for SphereFit.c |
---|
2 | |
---|
3 | |
---|
4 | /* structs */ |
---|
5 | typedef struct DiamParams{ |
---|
6 | double p2; |
---|
7 | double p1; |
---|
8 | double result; |
---|
9 | }DiamParams, *DiamParamsPtr; |
---|
10 | |
---|
11 | /* IGOR Fit Functions */ |
---|
12 | int HardSphereStructX(FitParamsPtr p); |
---|
13 | int SquareWellStructX(FitParamsPtr p); |
---|
14 | int StickyHS_StructX(FitParamsPtr p); |
---|
15 | int HayterPenfoldMSAX(FitParamsPtr p); |
---|
16 | int DiamCylX(DiamParamsPtr p); |
---|
17 | int DiamEllipX(DiamParamsPtr p); |
---|
Note: See
TracBrowser
for help on using the repository browser.