Ignore:
Timestamp:
Sep 3, 2012, 7:15:36 PM (12 years ago)
Author:
sommeria
Message:

various bugs fixed. Use of the free pair option '*-*' in series.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_multimadoc.m

    r477 r537  
    5454
    5555function time=get_time(timeimadoc,i1_series,i2_series,j1_series,j2_series)
    56 if size(timeimadoc,1) < i2_series(end) ||( ~isempty(j2_series) && size(timeimadoc,2) < j2_series(end))% time array absent or too short in ImaDoc xml file'
     56if isempty(i2_series)||size(timeimadoc,1) < i2_series(end) ||( ~isempty(j2_series) && size(timeimadoc,2) < j2_series(end))% time array absent or too short in ImaDoc xml file'
    5757    time=[];
    5858else
Note: See TracChangeset for help on using the changeset viewer.