Changeset 3309
- Timestamp:
- Mar 5, 2018 3:35:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r3308 r3309 2190 2190 "returns Mxyz terms, multipliers, GUI flags" 2191 2191 CSI = [[1,2,3],[1.0,1.0,1.0]] 2192 print('for ',siteSym)2192 # print('for ',siteSym) 2193 2193 for opr in dupDir: 2194 2194 indx = GetNXUPQsym(opr) … … 2197 2197 else: 2198 2198 csi = CSxinel[indx[3]] #Q 2199 print(opr,SpnFlp[dupDir[opr]],indx,csi,CSI)2199 # print(opr,SpnFlp[dupDir[opr]],indx,csi,CSI) 2200 2200 if not len(csi): 2201 2201 return [[0,0,0],[0.,0.,0.]] … … 2216 2216 if CSI[1][kcs] == 1.: 2217 2217 CSI[1][kcs] = csi[1][kcs] 2218 print(CSI)2218 # print(CSI) 2219 2219 return CSI 2220 2220
Note: See TracChangeset
for help on using the changeset viewer.