Changeset 239 for trunk/gsascmds.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:02:43 PM (14 years ago)
Author:
toby
Message:

# on 2000/07/20 22:13:40, toby did:
correct use R settings in Profile4Terms & GetLaue?

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  
    17551755        4/m  {return "S400 S004 S220 S202"}
    17561756        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"}
    17591759        3bar    {return "S400 S004 S202 S211"}
    17601760        3barm1 {return "S400 S004 S202"}
     
    17941794    catch {file delete -force spg.in spg.out}
    17951795    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    }
    17961800    return "${laue}$uniqueaxis"
    17971801}
Note: See TracChangeset for help on using the changeset viewer.