Ignore:
Timestamp:
Mar 7, 2010, 6:30:11 PM (14 years ago)
Author:
sommeria
Message:

field transforms put in subdir transform_field. cleaning of obsolete functions

File:
1 edited

Legend:

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

    r27 r38  
    249249    for icell=1:length(timecell)
    250250        if ~isequal(size(timecell{icell}),size(timecell{1}))
    251             warndlg_uvmat('inconsistent time array dimensions in ImaDoc fields, the time for the first series is used','WARNING')
     251            msgbox_uvmat('WARNING','inconsistent time array dimensions in ImaDoc fields, the time for the first series is used')
    252252            time=timecell{1};
    253253            multitime=0;
     
    262262    diff_time=max(max(diff(time)));
    263263    if diff_time>0
    264         warndlg_uvmat(['times of series differ by more than ' num2str(diff_time)],'WARNING')
     264        msgbox_uvmat('WARNING',['times of series differ by more than ' num2str(diff_time)])
    265265    end   
    266266end
Note: See TracChangeset for help on using the changeset viewer.