Changeset 4021


Ignore:
Timestamp:
Oct 28, 2013 2:05:52 PM (10 years ago)
Author:
ldelgass
Message:

Fix error in field with 2D meshes (e.g. unirect 2d in first contour test): don't
request mesh z axis limits on 2D mesh (z limits are replaced with field limits).
Really, we shouldn't alias z axis limits to field values.

File:
1 edited

Legend:

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

    r3996 r4021  
    16701670        incr _counter
    16711671        array unset _comp2limits $cname
    1672         foreach axis { x y z } {
     1672        foreach axis { x y } {
    16731673            lappend _comp2limits($cname) $axis [$mesh limits $axis]
    16741674        }
Note: See TracChangeset for help on using the changeset viewer.