Changeset 30f8863 in sasmodels
- Timestamp:
- May 27, 2016 10:56:19 AM (9 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:
- c7118f4
- Parents:
- aab3d87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kerneldll.py
raab3d87 r30f8863 62 62 63 63 if os.name == 'nt': 64 ARCH = " amd64" if sys.maxint > 2**32 else "x86" # maxint=2**31-1 on 32 bit64 ARCH = "" if sys.maxint > 2**32 else "x86" # maxint=2**31-1 on 32 bit 65 65 # Windows compiler; check if TinyCC is available 66 66 try:
Note: See TracChangeset
for help on using the changeset viewer.