core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 1557a1e was
994d77f,
checked in by Paul Kienzle <pkienzle@…>, 10 years ago
|
Convert double to float rather than using real
|
-
Property mode set to
100644
|
File size:
1007 bytes
|
Rev | Line | |
---|
[14de349] | 1 | /* |
---|
| 2 | * GaussWeights.c |
---|
| 3 | * SANSAnalysis |
---|
| 4 | * |
---|
| 5 | * Created by Andrew Jackson on 4/23/07. |
---|
| 6 | * Copyright 2007 __MyCompanyName__. All rights reserved. |
---|
| 7 | * |
---|
| 8 | */ |
---|
| 9 | |
---|
| 10 | // Gaussians |
---|
[994d77f] | 11 | constant double Gauss20Wt[20]={ |
---|
| 12 | .0176140071391521, |
---|
| 13 | .0406014298003869, |
---|
| 14 | .0626720483341091, |
---|
| 15 | .0832767415767047, |
---|
| 16 | .10193011981724, |
---|
| 17 | .118194531961518, |
---|
| 18 | .131688638449177, |
---|
| 19 | .142096109318382, |
---|
| 20 | .149172986472604, |
---|
| 21 | .152753387130726, |
---|
| 22 | .152753387130726, |
---|
| 23 | .149172986472604, |
---|
| 24 | .142096109318382, |
---|
| 25 | .131688638449177, |
---|
| 26 | .118194531961518, |
---|
| 27 | .10193011981724, |
---|
| 28 | .0832767415767047, |
---|
| 29 | .0626720483341091, |
---|
| 30 | .0406014298003869, |
---|
| 31 | .0176140071391521 |
---|
[14de349] | 32 | }; |
---|
| 33 | |
---|
[994d77f] | 34 | constant double Gauss20Z[20]={ |
---|
| 35 | -.993128599185095, |
---|
| 36 | -.963971927277914, |
---|
| 37 | -.912234428251326, |
---|
| 38 | -.839116971822219, |
---|
| 39 | -.746331906460151, |
---|
| 40 | -.636053680726515, |
---|
| 41 | -.510867001950827, |
---|
| 42 | -.37370608871542, |
---|
| 43 | -.227785851141645, |
---|
| 44 | -.076526521133497, |
---|
| 45 | .0765265211334973, |
---|
| 46 | .227785851141645, |
---|
| 47 | .37370608871542, |
---|
| 48 | .510867001950827, |
---|
| 49 | .636053680726515, |
---|
| 50 | .746331906460151, |
---|
| 51 | .839116971822219, |
---|
| 52 | .912234428251326, |
---|
| 53 | .963971927277914, |
---|
| 54 | .993128599185095 |
---|
[14de349] | 55 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.