Changeset 4976 for trunk/GSASIIpath.py
- Timestamp:
- Jun 24, 2021 4:36:28 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r4887 r4976 761 761 print(u'Unknown platform: '+sys.platform) 762 762 raise Exception('Unknown platform') 763 if platform.architecture()[0] == '64bit': 763 if 'arm' in platform.machine(): 764 bits = 'arm' 765 elif platform.architecture()[0] == '64bit': 764 766 bits = '64' 765 767 else:
Note: See TracChangeset
for help on using the changeset viewer.