Changeset 3776
- Timestamp:
- Jan 7, 2019 4:20:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r3720 r3776 762 762 763 763 BinaryPathLoaded = False 764 def SetBinaryPath(printInfo=False ):764 def SetBinaryPath(printInfo=False, loadBinary=True): 765 765 ''' 766 766 Add location of GSAS-II shared libraries (binaries: .so or .pyd files) to path … … 810 810 print('GSAS-II binary directory: {}'.format(binpath)) 811 811 BinaryPathLoaded = True 812 elif not loadBinary: 813 raise Exception 812 814 else: # try loading them 813 815 if printInfo:
Note: See TracChangeset
for help on using the changeset viewer.