Changeset c57ee9e in sasmodels for sasmodels/product.py


Ignore:
Timestamp:
Aug 21, 2018 12:32:32 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
5399809
Parents:
296c52b
Message:

update dll interface to work with effective_radius_type parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/product.py

    raa44a6a rc57ee9e  
    290290            beta_mode = 0 
    291291        if p_info.effective_radius_type is not None: 
    292             effective_radius_type = values[extra_offset] 
     292            effective_radius_type = int(values[extra_offset]) 
    293293            extra_offset += 1 
    294294        else: 
Note: See TracChangeset for help on using the changeset viewer.