Changeset 56 for trunk/src/get_field.m


Ignore:
Timestamp:
Mar 17, 2010, 1:30:15 PM (14 years ago)
Author:
sommeria
Message:

uvmat: edit vector button activated
debugging and cleaning after modifications made with the windows version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r55 r56  
    134134%------------------------------------------------------------------------
    135135inputfile=get(handles.inputfile,'String');
    136 Field=nc2struct(inputfile,[]);% reads only the lists of fields, dimensions and attributes
     136Field=nc2struct(inputfile);% reads the whole field
    137137hfig=get(handles.inputfile,'parent');
    138138set(hfig,'UserData',Field);
     
    171171set(handles.scalar,'Value',1)
    172172set(handles.scalar,'String', Txt )
    173 
     173'TESTget'
     174Field
    174175[CellVarIndex,NbDim,VarType,errormsg]=find_field_indices(Field);
    175176if ~isempty(errormsg) 
Note: See TracChangeset for help on using the changeset viewer.