ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since a50ef5e was
a50ef5e,
checked in by Jae Cho <jhjcho@…>, 15 years ago
|
reverting to the original igor code
|
-
Property mode set to
100644
|
File size:
500 bytes
|
Rev | Line | |
---|
[a50ef5e] | 1 | // header for SphereFit.c |
---|
| 2 | |
---|
| 3 | /* IGOR Fit Functions */ |
---|
| 4 | double HardSphereStruct(double dp[], double q); |
---|
| 5 | double SquareWellStruct(double dp[], double q); |
---|
| 6 | double StickyHS_Struct(double dp[], double q); |
---|
| 7 | double HayterPenfoldMSA(double dp[], double q); |
---|
| 8 | double DiamCyl(double a, double b); |
---|
| 9 | double DiamEllip(double a, double b); |
---|
| 10 | |
---|
| 11 | static double gMSAWave[17]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}; |
---|
| 12 | |
---|
| 13 | //function prototypes |
---|
| 14 | double sqhcal(double qq); |
---|
| 15 | int sqfun(int ix, int ir); |
---|
[ae3ce4e] | 16 | int sqcoef(int ir); |
---|
Note: See
TracBrowser
for help on using the repository browser.