Ignore:
Timestamp:
Dec 13, 2011 1:28:39 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/field.tcl

    r2727 r2730  
    587587    catch {unset _comp2dims}
    588588    catch {unset _comp2style}
     589    array unset _comp2volume
    589590    array unset _comp2vtkstreamlines
    590591    array unset _comp2unirect2d
     
    821822            set data [Rappture::encoding::decode -as zb64 $data]
    822823            if 1 {
    823             set file "/tmp/junk.dx"
     824            set file "/tmp/$cname.dx"
    824825            set f [open $file "w"]
    825826            puts $f $data
     
    828829            set data [Rappture::ConvertDxToVtk $data]
    829830            if 1 {
    830             set file "/tmp/junk.vtk"
     831            set file "/tmp/$cname.vtk"
    831832            set f [open $file "w"]
    832833            puts $f $data
Note: See TracChangeset for help on using the changeset viewer.