Changeset abc03d8 in sasmodels for sasmodels/kerneldll.py


Ignore:
Timestamp:
Mar 21, 2016 4:06:45 PM (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:
e8d2276
Parents:
31641b2
Message:

Bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    r445d1c0 rabc03d8  
    277277            #TODO: pd_start will need to be changed 
    278278            0, # pd_start 
    279             details[3*max_pd:4*max_pd], # pd_stop pd_stride[MAX_PD] 
     279            details[4*max_pd-1], # pd_stop pd_stride[MAX_PD] 
    280280            details.ctypes.data, # problem 
    281281            weights.ctypes.data,  # weights 
Note: See TracChangeset for help on using the changeset viewer.