Changeset 231 for trunk/src/get_field.m


Ignore:
Timestamp:
Apr 5, 2011, 12:46:34 AM (13 years ago)
Author:
sommeria
Message:

interactive test for piv introduced various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r227 r231  
    168168inputfile=get(handles.inputfile,'String');
    169169Field=nc2struct(inputfile,[]);% reads the  field description, without data
    170 Field.ListGlobalAttribute
    171170if isfield(Field,'Txt')
    172171    msgbox_uvmat('ERROR',Field.Txt)
     
    835834    huvmat=findobj(allchild(0),'tag','uvmat');
    836835    if isempty(huvmat)
    837         uvmat(inputfile)
     836        input.InputFile=inputfile;
     837        input.FieldsString={'get_field...'};
     838        uvmat(input)
    838839    else
    839840        set(huvmat,'Visible','on')%make uvmat visible (bugs can hide it in some cases)
Note: See TracChangeset for help on using the changeset viewer.