Changeset 2364
- Timestamp:
- Jul 6, 2016 8:54:33 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2351 r2364 2895 2895 lbl = str(pId)+'::'+cellUlbl[i] 2896 2896 parmDict[lbl] = val 2897 lbl = str(pId)+'::'+' vol'2897 lbl = str(pId)+'::'+'Vol' 2898 2898 parmDict[lbl] = G2lat.calc_V(A) 2899 2899 return parmDict … … 2946 2946 lbl = str(pId)+'::'+cellUlbl[i] 2947 2947 VparmDict[lbl] = val 2948 lbl = str(pId)+'::'+' vol'2948 lbl = str(pId)+'::'+'Vol' 2949 2949 VparmDict[lbl] = G2lat.calc_V(A) 2950 2950 # dict should be fully updated, use it & calculate -
trunk/GSASIIstrMain.py
r2275 r2364 613 613 MyPrint('\n Unit cell: a = '+('%.5f'%Cell[0])+' b = '+('%.5f'%Cell[1])+' c = '+('%.5f'%Cell[2])+ 614 614 ' alpha = '+('%.3f'%Cell[3])+' beta = '+('%.3f'%Cell[4])+' gamma = '+ 615 ('%.3f'%Cell[5])+' volume = '+('%.3f'%Cell[6]))615 ('%.3f'%Cell[5])+' Volume = '+('%.3f'%Cell[6])) 616 616 617 617 AtomLabels,DistArray,AngArray = RetDistAngle(DisAglCtls,DisAglData)
Note: See TracChangeset
for help on using the changeset viewer.