Changeset 755 for trunk/GSASIIphsGUI.py
- Timestamp:
- Sep 8, 2012 10:14:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r754 r755 1564 1564 'vdwScale':0.67,'ellipseProb':50,'sizeH':0.50,'unitCellBox':False, 1565 1565 'showABC':True,'selectedAtoms':[],'Atoms':[],'oldxy':[], 1566 'Quaternion':[ 0.0,0.0,1.0,0.0],'bondList':{},'viewDir':[0,0,1]}1566 'Quaternion':[1.0,0.0,0.0,0.0],'bondList':{},'viewDir':[0,0,1]} 1567 1567 try: 1568 1568 drawingData = data['Drawing'] … … 1577 1577 drawingData['viewDir'] = [0,0,1] 1578 1578 if 'Quaternion' not in drawingData: 1579 drawingData['Quaternion'] = [ 0.0,0.0,1.0,0.0]1579 drawingData['Quaternion'] = [1.0,0.0,0.0,0.0] 1580 1580 cx,ct,cs,ci = [0,0,0,0] 1581 1581 if generalData['Type'] == 'nuclear':
Note: See TracChangeset
for help on using the changeset viewer.