Last change
on this file since 330 was
188,
checked in by srkline, 15 years ago
|
removed depricated #pragma statement for structure alignment and replaced with proper includes as directed by WM.
Mac resource file has additional threadsafe declarations
|
File size:
465 bytes
|
Line | |
---|
1 | // header for SphereFit.c |
---|
2 | |
---|
3 | #include "XOPStructureAlignmentTwoByte.h" |
---|
4 | |
---|
5 | /* structs */ |
---|
6 | typedef struct DiamParams{ |
---|
7 | double p2; |
---|
8 | double p1; |
---|
9 | double result; |
---|
10 | }DiamParams, *DiamParamsPtr; |
---|
11 | |
---|
12 | #include "XOPStructureAlignmentReset.h" |
---|
13 | |
---|
14 | /* IGOR Fit Functions */ |
---|
15 | int HardSphereStructX(FitParamsPtr p); |
---|
16 | int SquareWellStructX(FitParamsPtr p); |
---|
17 | int StickyHS_StructX(FitParamsPtr p); |
---|
18 | int HayterPenfoldMSAX(FitParamsPtr p); |
---|
19 | int DiamCylX(DiamParamsPtr p); |
---|
20 | int DiamEllipX(DiamParamsPtr p); |
---|
Note: See
TracBrowser
for help on using the repository browser.