Changeset 74667d3 in sasmodels
- Timestamp:
- Jan 6, 2016 7:22:54 PM (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:
- 3c97ff0
- Parents:
- 9c79c32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kerneldll.py
r5d316e9 r74667d3 152 152 raise RuntimeError("compile failed. File is in %r"%filename) 153 153 else: 154 ## uncomment the following to keep the generated c file 155 os.unlink(filename); print("saving compiled file in %r"%filename) 154 ## comment the following to keep the generated c file 155 os.unlink(filename) 156 #print("saving compiled file in %r"%filename) 156 157 return dll 157 158
Note: See TracChangeset
for help on using the changeset viewer.