Changeset c52f9da in sasmodels
- Timestamp:
- Sep 6, 2016 12:27:21 PM (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:
- a557a99
- Parents:
- 27fc92f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/core.py
r27fc92f rc52f9da 22 22 from . import kerneldll 23 23 24 if os.environ["SAS_OPENCL"]=="None":24 if "SAS_OPENCL" in os.environ and os.environ["SAS_OPENCL"]=="None": 25 25 HAVE_OPENCL = False 26 26 else:
Note: See TracChangeset
for help on using the changeset viewer.