Changeset 27fc92f in sasmodels
- Timestamp:
- Sep 5, 2016 9:08:10 AM (8 years ago)
- 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:
- c52f9da
- Parents:
- 880a2ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/core.py
r880a2ed r27fc92f 22 22 from . import kerneldll 23 23 24 if "SAS_OPENCL" not in os.environ:24 if os.environ["SAS_OPENCL"]=="None": 25 25 HAVE_OPENCL = False 26 26 else:
Note: See TracChangeset
for help on using the changeset viewer.