Changeset 3879 for branches/1.3


Ignore:
Timestamp:
Aug 21, 2013, 11:03:04 AM (11 years ago)
Author:
ldelgass
Message:

merge from trunk

Location:
branches/1.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/gui/scripts/drawing.tcl

    r3877 r3879  
    109109                set pdbdata [$_xmlobj get $path.$elem.pdb]
    110110                if { $pdbdata != "" } {
    111                     if 1 {
     111                    if 0 {
    112112                        global count
    113113                        set f [open /tmp/file$count.pdb "w"]
     
    117117                    }
    118118                    set contents [Rappture::PdbToVtk $pdbdata]
    119                     if 1 {
     119                    if 0 {
    120120                        set f [open /tmp/convertedpdb.vtk "w"]
    121121                        puts $f $contents
  • branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl

    r3844 r3879  
    8787    private method BuildDownloadPopup { widget command }
    8888    private method BuildIsosurfaceTab {}
     89    private method Combo { option }
    8990    private method DrawLegend {}
    90     private method Combo { option }
    9191    private method EnterLegend { x y }
    9292    private method EventuallyResize { w h }
     
    15251525        }
    15261526    }
    1527     # If there's a title too, substract one more line
     1527    # If there's a title too, subtract one more line
    15281528    if { $title != "" } {
    15291529        incr h -$lineht
Note: See TracChangeset for help on using the changeset viewer.