Changeset 512 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Aug 3, 2012, 2:50:24 PM (12 years ago)
Author:
sommeria
Message:

various cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r497 r512  
    110110                        tagaxes=get(hchild,'tag');
    111111                        if isfield(FigData,tagaxes)
    112                             eval(['Field=FigData.' tagaxes ';'])
    113                             [CellVarIndex,NbDim,VarType]=find_field_indices(Field);%analyse the physical fields contained in Field
     112                            Field=FigData.(tagaxes);
     113                            [CellVarIndex,NbDim,VarType]=find_field_cells(Field);%analyse the physical fields contained in Field
    114114                            for icell=1:numel(CellVarIndex)%look for all physical fields
    115115                                if NbDim(icell)==2 % select 2D field
Note: See TracChangeset for help on using the changeset viewer.