Changeset 3699 for trunk


Ignore:
Timestamp:
Jun 17, 2013 5:29:50 PM (11 years ago)
Author:
ldelgass
Message:

Fix default elemtype. Make ReadVtkDataSet? protected so it can be used from
vtkvis tester apps

File:
1 edited

Legend:

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

    r3698 r3699  
    155155    private method GetAssociation { cname }
    156156    private method GetTypeAndSize { cname }
    157     private method ReadVtkDataSet { cname contents }
     157    protected method ReadVtkDataSet { cname contents }
     158
    158159    private method VerifyVtkDataSet { contents }
    159160    private variable _values ""
     
    15961597    set type [$_field get $cname.elemtype]
    15971598    if { $type == "" } {
    1598         set type "scalar"
     1599        set type "scalars"
    15991600    }
    16001601    if { ![info exists type2components($type)] } {
Note: See TracChangeset for help on using the changeset viewer.