Changeset 1797 for trunk/GSASII.py
- Timestamp:
- Apr 18, 2015 9:18:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASII.py ¶
r1792 r1797 699 699 ref[4+Super] = np.sqrt(1./G2lat.calc_rDsq2(H,G)) 700 700 iabsnt,ref[3+Super],Uniq,phi = G2spc.GenHKLf(H,SGData) 701 if iabsnt: #flag space gp. absences 702 ref[3+Super] = 0 701 703 UseList[histoName] = SetDefaultDData(reflData['Type'],histoName) 702 704 elif histoName in PWDRlist: … … 841 843 ref[4+Super] = np.sqrt(1./G2lat.calc_rDsq2(H,G)) 842 844 iabsnt,ref[3+Super],Uniq,phi = G2spc.GenHKLf(H,SGData) 845 if iabsnt: #flag space gp. absences 846 ref[3+Super] = 0 843 847 wx.EndBusyCursor() 844 848
Note: See TracChangeset
for help on using the changeset viewer.