Changeset 27fc92f in sasmodels


Ignore:
Timestamp:
Sep 5, 2016 9:08:10 AM (8 years ago)
Author:
wojciech
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
Message:

Changing unset to None for SAS_OPENCL variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r880a2ed r27fc92f  
    2222from . import kerneldll 
    2323 
    24 if "SAS_OPENCL" not in os.environ: 
     24if os.environ["SAS_OPENCL"]=="None": 
    2525    HAVE_OPENCL = False 
    2626else: 
Note: See TracChangeset for help on using the changeset viewer.