- Timestamp:
- Dec 30, 2020 5:53:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r4682 r4691 58 58 # process singular variables 59 59 psing = result[2].get('psing',[]) 60 if psing:60 if len(psing): 61 61 if msg: msg += '\n' 62 62 msg += 'Parameters dropped due to singularities:'
Note: See TracChangeset
for help on using the changeset viewer.