Changeset 1961 for branches/blt4


Ignore:
Timestamp:
Nov 17, 2010 8:15:48 AM (13 years ago)
Author:
gah
Message:

add unit cell to molvisviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/molvisviewer.tcl

    r1958 r1961  
    20542054        }
    20552055        incr count
    2056         set vector [$parent get $child]
    2057         regexp -all {,} $vector {} vector
    2058         point$count set $vector
     2056        set values [$parent get $child]
     2057        regexp -all {,} $values { } values
     2058        point$count set $values
    20592059    }
    20602060    itcl::delete object $parent
Note: See TracChangeset for help on using the changeset viewer.