Changeset 3879 for branches/1.3
- Timestamp:
- Aug 21, 2013, 11:03:04 AM (11 years ago)
- Location:
- branches/1.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 3846,3878
- Property svn:mergeinfo changed
-
branches/1.3/gui/scripts/drawing.tcl
r3877 r3879 109 109 set pdbdata [$_xmlobj get $path.$elem.pdb] 110 110 if { $pdbdata != "" } { 111 if 1{111 if 0 { 112 112 global count 113 113 set f [open /tmp/file$count.pdb "w"] … … 117 117 } 118 118 set contents [Rappture::PdbToVtk $pdbdata] 119 if 1{119 if 0 { 120 120 set f [open /tmp/convertedpdb.vtk "w"] 121 121 puts $f $contents -
branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl
r3844 r3879 87 87 private method BuildDownloadPopup { widget command } 88 88 private method BuildIsosurfaceTab {} 89 private method Combo { option } 89 90 private method DrawLegend {} 90 private method Combo { option }91 91 private method EnterLegend { x y } 92 92 private method EventuallyResize { w h } … … 1525 1525 } 1526 1526 } 1527 # If there's a title too, sub stract one more line1527 # If there's a title too, subtract one more line 1528 1528 if { $title != "" } { 1529 1529 incr h -$lineht
Note: See TracChangeset
for help on using the changeset viewer.