source:
sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/StructureFactor.h
@
97
Last change on this file since 97 was 97, checked in by ajj, 16 years ago | |
---|---|
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.