Changeset 2598 for trunk/gui/scripts


Ignore:
Timestamp:
Oct 4, 2011, 9:43:55 AM (13 years ago)
Author:
ldelgass
Message:

Use binary translation when writing out temp VTK file

File:
1 edited

Legend:

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

    r2595 r2598  
    17981798            set tmpfile file[pid].vtk
    17991799            set f [open "$tmpfile" "w"]
     1800            fconfigure $f -translation binary
    18001801            puts $f $data
    18011802            close $f
Note: See TracChangeset for help on using the changeset viewer.