source: sasmodels/sasmodels/models/lib/gauss20.c @ 14de349

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 14de349 was 14de349, checked in by Paul Kienzle <pkienzle@…>, 10 years ago

add autogenerated polydispersity loops

  • Property mode set to 100644
File size: 1.2 KB
Line 
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
11constant real Gauss20Wt[20]={
12        REAL(.0176140071391521),
13        REAL(.0406014298003869),
14        REAL(.0626720483341091),
15        REAL(.0832767415767047),
16        REAL(.10193011981724),
17        REAL(.118194531961518),
18        REAL(.131688638449177),
19        REAL(.142096109318382),
20        REAL(.149172986472604),
21        REAL(.152753387130726),
22        REAL(.152753387130726),
23        REAL(.149172986472604),
24        REAL(.142096109318382),
25        REAL(.131688638449177),
26        REAL(.118194531961518),
27        REAL(.10193011981724),
28        REAL(.0832767415767047),
29        REAL(.0626720483341091),
30        REAL(.0406014298003869),
31        REAL(.0176140071391521)
32};
33
34constant real Gauss20Z[20]={
35        REAL(-.993128599185095),
36        REAL(-.963971927277914),
37        REAL(-.912234428251326),
38        REAL(-.839116971822219),
39        REAL(-.746331906460151),
40        REAL(-.636053680726515),
41        REAL(-.510867001950827),
42        REAL(-.37370608871542),
43        REAL(-.227785851141645),
44        REAL(-.076526521133497),
45        REAL(.0765265211334973),
46        REAL(.227785851141645),
47        REAL(.37370608871542),
48        REAL(.510867001950827),
49        REAL(.636053680726515),
50        REAL(.746331906460151),
51        REAL(.839116971822219),
52        REAL(.912234428251326),
53        REAL(.963971927277914),
54        REAL(.993128599185095)
55};
Note: See TracBrowser for help on using the repository browser.