Changes in / [6abd46f:7d4428c] in sasmodels


Ignore:
Location:
sasmodels/models
Files:
6 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.