Changeset bccabbc in sasmodels


Ignore:
Timestamp:
Feb 19, 2015 6:09:09 AM (9 years ago)
Author:
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:
dc02af0, 946cdc8e, 3a45c2c
Parents:
62b3cb2 (diff), 57cb76d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:sasview/sasmodels

Location:
sasmodels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/bcc.py

    rc95dc908 re166cb9  
    8080from numpy import pi, inf 
    8181 
    82 name = "BCCparacrystal" 
     82name = "bcc_paracrystal" 
    8383title = "Body-centred cubic lattic with paracrystalline distortion" 
    8484description = """ 
  • sasmodels/bumps_model.py

    r0ac3db5 r62b3cb2  
    1717try: 
    1818    from .kernelcl import load_model as _loader 
    19 except ImportError,exc: 
     19except RuntimeError,exc: 
    2020    import warnings 
    2121    warnings.warn(str(exc)) 
Note: See TracChangeset for help on using the changeset viewer.