Changeset 3750279 in sasmodels for sasmodels/generate.py


Ignore:
Timestamp:
Feb 20, 2015 8:03:08 AM (9 years ago)
Author:
ajj
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:
2eaae42
Parents:
cfd4625 (diff), 99e6860 (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 https://github.com/SasView/sasmodels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    r12076cf r3750279  
    187187# TODO: identify model files which have changed since loading and reload them. 
    188188 
    189 __all__ = ["make, doc", "sources", "use_single"] 
     189__all__ = ["make", "doc", "sources", "use_single"] 
    190190 
    191191import sys 
     
    266266#  define local 
    267267#  define constant const 
    268 #  define powr(a,b) pow(a,b) 
    269268#else 
    270269#  ifdef USE_SINCOS 
     
    273272#    define SINCOS(angle,svar,cvar) do {svar=sin(angle);cvar=cos(angle);} while (0) 
    274273#  endif 
     274#  define pow(a,b) powr(a,b) 
    275275#endif 
    276276 
Note: See TracChangeset for help on using the changeset viewer.