Changeset 1953 for trunk/GSASIIphsGUI.py
- Timestamp:
- Aug 10, 2015 9:58:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r1951 r1953 3187 3187 for key in Opp: 3188 3188 if noDuplicate(Opp[key],atomData): 3189 unit = np.array( [eval(i) for i in key.split(',')])-item[3]3189 unit = np.array(eval(key))*1.-item[3] 3190 3190 cell = '%d+%d,%d,%d'%(item[2],unit[0],unit[1],unit[2]) 3191 3191 atom[cx:cx+3] = Opp[key] … … 3202 3202 for key in Opp: 3203 3203 if noDuplicate(Opp[key],atomData): 3204 unit = np.array( [eval(i) for i in key.split(',')])-item[2]3204 unit = np.array(eval(key))*1.-item[2] 3205 3205 cell = '%d+%d,%d,%d'%(item[1],unit[0],unit[1],unit[2]) 3206 3206 atom[cx:cx+3] = Opp[key]
Note: See TracChangeset
for help on using the changeset viewer.