Ignore:
Timestamp:
Nov 23, 2016, 2:48:07 PM (7 years ago)
Author:
sommeria
Message:

various update

File:
1 edited

Legend:

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

    r960 r975  
    296296        end
    297297        % get the time defined in the current file if not already defined from the xml file
    298         if ~isempty(time) && isfield(Data{iview},'Time')
     298        if isempty(time) && isfield(Data{iview},'Time')
    299299            timeread(iview)=Data{iview}.Time;
    300300        end
Note: See TracChangeset for help on using the changeset viewer.