Changeset f31815d in sasmodels
- Timestamp:
- Oct 9, 2018 4:29:04 PM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- b093c1c
- Parents:
- 7d97437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernelcl.py
re2592f0 rf31815d 59 59 from time import perf_counter as clock 60 60 except ImportError: # CRUFT: python < 3.3 61 import sys 61 62 if sys.platform.count("darwin") > 0: 62 63 from time import time as clock
Note: See TracChangeset
for help on using the changeset viewer.