Ignore:
Timestamp:
Nov 23, 2014, 3:29:00 AM (10 years ago)
Author:
ldelgass
Message:

merge r4767 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4767
  • branches/1.3/gui/scripts/flowvisviewer.tcl

    r4766 r4768  
    11601160            # I have a field. Is a vector field or a volume field?
    11611161            if { !$isvtk && $extents == 1 } {
    1162                 set cmd "volume data follows $nbytes $tag\n"
     1162                SendCmd "volume data follows $nbytes $tag"
    11631163            } else {
    11641164                set cmd [FlowCmd $dataobj $comp $nbytes $extents]
     
    11671167                    continue
    11681168                }
    1169             }
    1170             append _outbuf $cmd
     1169                append _outbuf $cmd
     1170            }
    11711171            append _outbuf $data
    11721172            NameTransferFunc $dataobj $comp
Note: See TracChangeset for help on using the changeset viewer.