Changeset 3460 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jul 4, 2018 5:32:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3452 r3460 3343 3343 bravaisNames = ['Cubic-F','Cubic-I','Cubic-P','Trigonal-R','Trigonal/Hexagonal-P', 3344 3344 'Tetragonal-I','Tetragonal-P','Orthorhombic-F','Orthorhombic-I','Orthorhombic-C', 3345 'Orthorhombic-P','Monoclinic-C','Monoclinic-P','Triclinic' ]3345 'Orthorhombic-P','Monoclinic-C','Monoclinic-P','Triclinic','Triclinic'] 3346 3346 cellGUIlist = [[[0,1,2],4,zip([" Unit cell: a = "," Vol = "],[(10,5),"%.3f"],[True,False],[0,0])], 3347 3347 [[3,4,5,6],6,zip([" Unit cell: a = "," c = "," Vol = "],[(10,5),(10,5),"%.3f"],[True,True,False],[0,2,0])],
Note: See TracChangeset
for help on using the changeset viewer.