Ignore:
Timestamp:
Nov 30, 2014, 3:18:25 PM (10 years ago)
Author:
sommeria
Message:

'get_file_type' removed (replaced by get_file_info)
bug corrected in read_multimadoc (errormessage display)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_multimadoc.m

    r809 r828  
    7070            Time=cat(1,Time,shiftdim(time_line,-1));
    7171        else
    72             msgbox_uvmat('WARNING','inconsistent time array dimensions in ImaDoc fields, the time for the first series is used')
     72            warnmsg='inconsistent time array dimensions in ImaDoc fields, the time for the first series is used';
    7373            Time=cat(1,Time,Time(1,:,:));% copy times of the first line
    7474            break
Note: See TracChangeset for help on using the changeset viewer.