Ignore:
Timestamp:
Nov 23, 2014 3:24:52 AM (9 years ago)
Author:
ldelgass
Message:

More syncing of code between clients

File:
1 edited

Legend:

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

    r4765 r4767  
    860860    if { $info(-type) == "image" } {
    861861        if 0 {
    862             set f [open "last.ppm" "w"]
    863             puts $f $bytes
     862            set f [open "last.ppm" "w"]
     863            fconfigure $f -encoding binary
     864            puts -nonewline $f $bytes
    864865            close $f
    865866        }
     
    978979                if 0 {
    979980                    set f [open "/tmp/glyph.vtk" "w"]
    980                     puts $f $bytes
     981                    fconfigure $f -translation binary -encoding binary
     982                    puts -nonewline $f $bytes
    981983                    close $f
    982984                }
Note: See TracChangeset for help on using the changeset viewer.