Changeset 2364 for trunk/GSASIIstrMain.py
- Timestamp:
- Jul 6, 2016 8:54:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.