Changeset 188 for trunk/src/get_field.m


Ignore:
Timestamp:
Feb 2, 2011, 1:22:05 AM (13 years ago)
Author:
sommeria
Message:

various bug repairs and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r187 r188  
    810810    huvmat=findobj(allchild(0),'tag','uvmat');
    811811    if isempty(huvmat)
    812         inputfile=get(handles.inputfile,'String');
    813812        uvmat(inputfile)
    814813    else
     
    830829    browse_fig(handles.list_fig); %update the list of new existing figures
    831830end
     831set(handles.RUN,'BackgroundColor',[1 0 0])
    832832
    833833%------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.