Changeset 13ed84c in sasmodels for sasmodels/models/lib


Ignore:
Timestamp:
Feb 4, 2016 7:31:28 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
199d40d
Parents:
5054e80
Message:

set single=False on all models that fail the single precision tests

Location:
sasmodels/models/lib
Files:
2 edited

Legend:

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

    r81dd619 r13ed84c  
    66//       <OBLATE ELLIPSOID> 
    77// function gfn4 for oblate ellipsoids 
    8 double 
     8static double 
    99gfn4(double xx, double crmaj, double crmin, double trmaj, double trmin, double delpc, double delps, double qq) 
    1010{ 
  • sasmodels/models/lib/wrc_cyl.c

    r504abee r13ed84c  
    379379} 
    380380 
     381double Sk_WR(double q, double L, double b); 
    381382double Sk_WR(double q, double L, double b) 
    382383{ 
Note: See TracChangeset for help on using the changeset viewer.