Changeset 752 for trunk/src/series.m


Ignore:
Timestamp:
Apr 27, 2014, 8:14:51 PM (10 years ago)
Author:
sommeria
Message:

various update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r748 r752  
    20012001
    20022002%% Detect the types of input files
    2003 SeriesData=get(handles.series,'UserData');
     2003SeriesData=get(handles.series,'UserData');% info on the input file series
    20042004iview_civ=[];nb_netcdf=0;
    20052005if ~isempty(SeriesData)&&isfield(SeriesData,'FileType')
     
    20072007    nb_netcdf=numel(find(strcmp('netcdf',SeriesData.FileType)));
    20082008end
    2009 if numel(iview_civ)>=1
     2009if numel(iview_civ)>=1 && ~isempty(iview_civ(1))
    20102010    menu=set_veltype_display(SeriesData.FileInfo{iview_civ(1)}.CivStage,SeriesData.FileType{iview_civ(1)});
    20112011    set(handles.VelType,'String',[{'*'};menu])
Note: See TracChangeset for help on using the changeset viewer.