Changeset ad9af31 in sasmodels


Ignore:
Timestamp:
Mar 19, 2016 9:32:44 AM (8 years ago)
Author:
wojciech
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:
70534131
Parents:
daa669b
Message:

Gamma checked in

Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/bessel.py

    r95ce773 rad9af31  
    7070             ] 
    7171 
    72 source = ["lib/polevl.c", "lib/j1_cephes.c"] 
     72source = ["lib/sas_gamma.c"] 
    7373 
    7474# No volume normalization despite having a volume parameter 
     
    7878 
    7979Iq = """ 
    80     return J1c(q); 
     80    return sas_gamma(q); 
    8181    """ 
    8282 
Note: See TracChangeset for help on using the changeset viewer.