Changeset 909 for trunk/src/series.m


Ignore:
Timestamp:
Jun 9, 2015, 7:51:29 PM (9 years ago)
Author:
sommeria
Message:

various bug repair

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r908 r909  
    269269    %% fill the list of file series
    270270    InputTable=[{Param.InputFile.RootPath},{Param.InputFile.SubDir},{Param.InputFile.RootFile},{Param.InputFile.NomType},{Param.InputFile.FileExt}];
     271    if isempty(find(cellfun('isempty',InputTable)==0));% if there is no input file, do not introduce input info
     272        set(handles.REFRESH,'BackgroundColor',[1 0 1])% set REFRESH button to magenta color to indicate that input refresh is needed
     273        return
     274    end
    271275    TimeTable=[{Param.InputFile.TimeName},{[]},{[]},{[]},{[]}];
    272276    if isfield(Param.InputFile,'RootPath_1')
Note: See TracChangeset for help on using the changeset viewer.