Ignore:
Timestamp:
Mar 17, 2016 5:33:41 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:
0a9d219
Parents:
91c5fdc
Message:

Bessel functions from double-precison cephes has been added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_cylinder.py

    rf0aa7f8 r3936ad3  
    152152             ] 
    153153 
    154 source = ["lib/J1.c", "lib/gauss76.c", "core_shell_cylinder.c"] 
     154source = ["lib/polevl.c", "lib/j1d.c", "lib/gauss76.c", "core_shell_cylinder.c"] 
    155155 
    156156def ER(radius, thickness, length): 
Note: See TracChangeset for help on using the changeset viewer.