Changeset 2598 for trunk/gui/scripts
- Timestamp:
- Oct 4, 2011, 9:43:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r2595 r2598 1798 1798 set tmpfile file[pid].vtk 1799 1799 set f [open "$tmpfile" "w"] 1800 fconfigure $f -translation binary 1800 1801 puts $f $data 1801 1802 close $f
Note: See TracChangeset
for help on using the changeset viewer.