Changeset 537 for trunk/src/get_field.m
- Timestamp:
- Sep 3, 2012, 7:15:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r530 r537 224 224 return 225 225 end 226 for icell=1:numel(CellInfo)227 NbDim(icell)=max(NbDim(icell),numel(CellInfo{icell}.VarIndex));228 end226 % for icell=1:numel(CellInfo) 227 % NbDim(icell)=max(NbDim(icell),numel(CellInfo{icell}.VarIndex)); 228 % end 229 229 [maxdim,imax]=max(NbDim); 230 230 … … 891 891 set(hh.Coord_x,'Value',1) 892 892 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) 894 894 set(hh.Coord_y,'Value',1:numel(get_field_GUI.Panel1Dplot.ordinate)) 895 895 set(hfield,'Value',1)
Note: See TracChangeset
for help on using the changeset viewer.