source: sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/StructureFactor.h @ 102

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