Changeset 3754


Ignore:
Timestamp:
Jul 6, 2013, 5:45:25 PM (11 years ago)
Author:
ldelgass
Message:

make _dim protected so test apps can use it

File:
1 edited

Legend:

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

    r3707 r3754  
    7373
    7474itcl::class Rappture::Field {
    75     private variable _dim 0;            # Dimension of the mesh
     75    protected variable _dim 0;          # Dimension of the mesh
    7676    private variable _xmlobj "";        # ref to XML obj with field data
    7777    private variable _limits;           # maps axis name => {z0 z1} limits
Note: See TracChangeset for help on using the changeset viewer.