Changeset 537 for trunk/src/get_field.m


Ignore:
Timestamp:
Sep 3, 2012, 7:15:36 PM (12 years ago)
Author:
sommeria
Message:

various bugs fixed. Use of the free pair option '*-*' in series.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r530 r537  
    224224    return
    225225end 
    226 for icell=1:numel(CellInfo)
    227     NbDim(icell)=max(NbDim(icell),numel(CellInfo{icell}.VarIndex));
    228 end
     226% for icell=1:numel(CellInfo)
     227%     NbDim(icell)=max(NbDim(icell),numel(CellInfo{icell}.VarIndex));
     228% end
    229229[maxdim,imax]=max(NbDim);
    230230   
     
    891891        set(hh.Coord_x,'Value',1)
    892892        set(hh.Coord_x,'String',{get_field_GUI.Panel1Dplot.abscissa})
    893         set(hh.Coord_y,'String',{get_field_GUI.Panel1Dplot.ordinate})
     893        set(hh.Coord_y,'String',get_field_GUI.Panel1Dplot.ordinate)
    894894        set(hh.Coord_y,'Value',1:numel(get_field_GUI.Panel1Dplot.ordinate))
    895895        set(hfield,'Value',1)
Note: See TracChangeset for help on using the changeset viewer.