Ignore:
Timestamp:
Jun 21, 2012, 11:39:00 AM (12 years ago)
Author:
sommeria
Message:

a few bug repairs and update in the series fcts

File:
1 edited

Legend:

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

    r462 r464  
    263263%% Initiate output fields
    264264%initiate the output structure as a copy of the first input one (reproduce fields)
    265 [DataOut,ParamOut,errormsg] = read_field(filecell{1,1},FileType{1},InputFields{1},1);
     265[DataOut,tild,errormsg] = read_field(filecell{1,1},FileType{1},InputFields{1},1);
    266266if ~isempty(errormsg)
    267267    msgbox_uvmat('ERROR',['error reading ' filecell{1,1} ': ' errormsg])
Note: See TracChangeset for help on using the changeset viewer.