Changeset eafc9fa in sasmodels for sasmodels/generate.py


Ignore:
Timestamp:
Jan 30, 2016 7:39:59 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:
5925e90
Parents:
823e620
Message:

refactor kernel wrappers to simplify q input handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    r823e620 reafc9fa  
    313313    raise ValueError("%r not found in %s" % (filename, search_path)) 
    314314 
    315 def sources(info): 
     315def model_sources(info): 
    316316    """ 
    317317    Return a list of the sources file paths for the module. 
     
    465465 
    466466    # Load additional sources 
    467     source = [open(f).read() for f in sources(info)] 
     467    source = [open(f).read() for f in model_sources(info)] 
    468468 
    469469    # Prepare defines 
Note: See TracChangeset for help on using the changeset viewer.