Changeset 589 for trunk/src/civ.m
- Timestamp:
- Mar 16, 2013, 3:46:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r582 r589 527 527 %show the reference image edit box if relevant (not needed for movies or in the absence of time information 528 528 if numel(time)>=2 % if there are at least two time values to define dt 529 if size(time,1)<MaxIndex_i; 530 msgbox_uvmat('WARNING','maximum i index restricted by the timing of the xml file'); 531 elseif size(time,2)<MaxIndex_j 532 msgbox_uvmat('WARNING','maximum j index restricted by the timing of the xml file'); 533 end 529 534 MaxIndex_i=min(size(time,1),MaxIndex_i);%possibly adjust the max index according to time data 530 535 MaxIndex_j=min(size(time,2),MaxIndex_j);
Note: See TracChangeset
for help on using the changeset viewer.