Changeset 239 for trunk/gsascmds.tcl
- Timestamp:
- Dec 4, 2009 5:02:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2000/07/06 21:29:24 to 2000/07/20 22:13:40
- Property rcs:lines changed from +357 -1 to +7 -3
- Property rcs:rev changed from 1.21 to 1.22
r231 r239 1755 1755 4/m {return "S400 S004 S220 S202"} 1756 1756 4/mmm {return "S400 S004 S220 S202"} 1757 3bar {return "S400 S220 S310 S211"}1758 "3bar m " {return "S400 S220 S310 S211"}1757 3barR {return "S400 S220 S310 S211"} 1758 "3bar mR" {return "S400 S220 S310 S211"} 1759 1759 3bar {return "S400 S004 S202 S211"} 1760 1760 3barm1 {return "S400 S004 S202"} … … 1794 1794 catch {file delete -force spg.in spg.out} 1795 1795 set laue [string trim $laue] 1796 # add a R suffix for rhombohedral settings 1797 if {[string range [string trim $spg] end end] == "R"} { 1798 return "${laue}${uniqueaxis}R" 1799 } 1796 1800 return "${laue}$uniqueaxis" 1797 1801 }
Note: See TracChangeset
for help on using the changeset viewer.