Changeset 2652
- Timestamp:
- Jan 21, 2017 8:34:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r2651 r2652 1768 1768 binsperFWHM.append(0.) 1769 1769 if peakVary: PeaksPrint(dataType,parmDict,sigDict,varyList,binsperFWHM) 1770 if min(binsperFWHM) < 3.:1770 if len(binsperFWHM) and min(binsperFWHM) < 3.: 1771 1771 print '*** Warning: calculated peak widths are too narrow to refine profile coefficients ***' 1772 1772 if 'T' in Inst['Type'][0]:
Note: See TracChangeset
for help on using the changeset viewer.