Ignore:
Timestamp:
Apr 6, 2010, 4:37:59 AM (14 years ago)
Author:
sommeria
Message:

aver_stat and time_series.sform Bug correction for phys transform
various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_get_field.m

    r56 r80  
    8181    else
    8282        dimname_x=Field.VarDimName{VarIndex};
    83         if numel(dimname_x)~=1
     83        if iscell(dimname_x) && numel(dimname_x)~=1
    8484            errormsg='abscissa must be a one-dimensional variable';
    8585            return
Note: See TracChangeset for help on using the changeset viewer.