Changeset 921
- Timestamp:
- Dec 4, 2009 5:14:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/addcmds.tcl
- Property rcs:date changed from 2008/06/30 23:51:43 to 2008/07/02 03:19:36
- Property rcs:lines changed from +2 -2 to +3 -3
- Property rcs:rev changed from 1.42 to 1.43
r920 r921 2062 2062 global expgui 2063 2063 if {[llength $expgui(extensions_$format)] == 1} { 2064 set typelist [list $format $item]2064 lappend typelist [list $format $expgui(extensions_$format)] 2065 2065 } else { 2066 2066 foreach item $expgui(extensions_$format) { … … 2437 2437 2438 2438 2439 proc replacephase3 { } {2439 proc replacephase3 {phase spg cell atomlist} { 2440 2440 global expgui expmap 2441 2441 # replace spacegroup and cell
Note: See TracChangeset
for help on using the changeset viewer.