Changeset 4789 for trunk/GSASIIstrMain.py
- Timestamp:
- Feb 1, 2021 1:36:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r4783 r4789 188 188 ncyc = result[2]['num cyc']+1 189 189 Rvals['lamMax'] = result[2]['lamMax'] 190 if 'Ouch#4' in result[2]: 191 Rvals['Aborted'] = True 190 192 if 'msg' in result[2]: 191 193 Rvals['msg'] = result[2]['msg']
Note: See TracChangeset
for help on using the changeset viewer.