Changeset 1913 for trunk/imports/G2sfact_CIF.py
- Timestamp:
- Jun 29, 2015 9:55:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2sfact_CIF.py
r1880 r1913 266 266 #h,k,l,m,dsp,Fo2,sig,Fc2,Fot2,Fct2,phase,Ext 267 267 if im: 268 ref = HKL+[ 0,0,0,0,0, 0,0,0,0,0, 0,0]268 ref = HKL+[1,0,0,0,0, 0,0,0,0,0, 0,0] 269 269 else: 270 ref = HKL+[ 0,0,0,0,0, 0,0,0,0,0, 0]270 ref = HKL+[1,0,0,0,0, 0,0,0,0,0, 0] 271 271 if F2dn: 272 272 F2 = item[itemkeys[F2dn]]
Note: See TracChangeset
for help on using the changeset viewer.