Ignore:
Timestamp:
May 17, 2012, 11:33:21 PM (12 years ago)
Author:
sommeria
Message:

merge_proj corrected to project simulataneously velocity, vort, div...
Time reintroduced correctly
bug corrections for objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/check_data_files.m

    r377 r427  
    158158        set(hfig,'Position',pos)
    159159    end
    160     set(hfig,'name',['view= ' num2str(iview)])
    161    
     160    set(hfig,'name',['check_data_files:view= ' num2str(iview)])
     161    set(hfig,'MenuBar','none')% suppress the menu bar
     162    set(hfig,'NumberTitle','off')%suppress the fig number in the title
    162163    h=uicontrol('Style','listbox', 'Position', [20 20 500 300], 'String', Tabchar, 'Callback', {'open_uvmat'});
    163164    hh=uicontrol('Style','listbox', 'Position', [20 340 500 40], 'String', message);
Note: See TracChangeset for help on using the changeset viewer.