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:
552 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); |
---|
18 | |
---|
19 | |
---|
20 | static DOUBLE gMSAWave[17]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}; |
---|
21 | |
---|
22 | //function prototypes |
---|
23 | DOUBLE sqhcal(DOUBLE qq); |
---|
24 | int sqfun(int ix, int ir); |
---|
25 | int sqcoef(int ir); |
---|
Note: See
TracBrowser
for help on using the repository browser.