Changeset 5474
- Timestamp:
- Jan 13, 2023 2:36:04 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r5443 r5474 2887 2887 try: 2888 2888 refList = PWDdata['Reflection Lists'][Name]['RefList'] 2889 except KeyError:2889 except TypeError: 2890 2890 return 'Error - missing reflection list; you must do Refine first' 2891 2891 dMin = refList[-1][4]
Note: See TracChangeset
for help on using the changeset viewer.