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

More syncing of code between clients

File:
1 edited

Legend:

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

    r4765 r4767  
    11751175            # I have a field. Is a vector field or a volume field?
    11761176            if { !$isvtk && $extents == 1 } {
    1177                 set cmd "volume data follows $nbytes $tag\n"
     1177                SendCmd "volume data follows $nbytes $tag"
    11781178            } else {
    11791179                set cmd [FlowCmd $dataobj $comp $nbytes $extents]
     
    11821182                    continue
    11831183                }
    1184             }
    1185             append _outbuf $cmd
     1184                append _outbuf $cmd
     1185            }
    11861186            append _outbuf $data
    11871187            NameTransferFunc $dataobj $comp
Note: See TracChangeset for help on using the changeset viewer.