Changeset 7d4428c in sasmodels for sasmodels/models/lib


Ignore:
Timestamp:
Feb 18, 2016 7:21:11 AM (8 years ago)
Author:
piotr
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d507c3a
Parents:
66d119f (diff), 6abd46f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/SasView/sasmodels

Location:
sasmodels/models/lib
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lib/gauss76.c

    r994d77f r66d119f  
    77 * 
    88 */ 
     9#define N_POINTS_76 76 
    910 
    1011// Gaussians 
    11 constant double Gauss76Wt[76]={ 
     12constant double Gauss76Wt[N_POINTS_76]={ 
    1213        .00126779163408536,             //0 
    1314        .00294910295364247, 
     
    8889}; 
    8990 
    90 constant double Gauss76Z[76]={ 
     91constant double Gauss76Z[N_POINTS_76]={ 
    9192        -.999505948362153,              //0 
    9293        -.997397786355355, 
Note: See TracChangeset for help on using the changeset viewer.