Changeset 3481


Ignore:
Timestamp:
Mar 11, 2013 2:46:34 PM (11 years ago)
Author:
gah
Message:

fix flowvis 2D example. v limit not set for unirect2d in field object

File:
1 edited

Legend:

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

    r3460 r3481  
    438438                        }
    439439                        z - zlin - zlog {
    440                             set axis y
     440                            set axis z
    441441                            foreach {axisMin axisMax} $limits(z) break
    442442                        }
     
    12881288        $xv set $_values
    12891289        lappend limits $cname [$xv limits]
     1290        lappend limits v [$xv limits]
    12901291        blt::vector destroy $xv
    12911292        set _comp2limits($cname) $limits
Note: See TracChangeset for help on using the changeset viewer.