Changeset 828 for trunk/src/read_multimadoc.m
- Timestamp:
- Nov 30, 2014, 3:18:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_multimadoc.m
r809 r828 70 70 Time=cat(1,Time,shiftdim(time_line,-1)); 71 71 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'; 73 73 Time=cat(1,Time,Time(1,:,:));% copy times of the first line 74 74 break
Note: See TracChangeset
for help on using the changeset viewer.