Changeset 589 for trunk/src/civ.m


Ignore:
Timestamp:
Mar 16, 2013, 3:46:12 PM (11 years ago)
Author:
sommeria
Message:

various minor corrections made

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r582 r589  
    527527%show the reference image edit box if relevant (not needed for movies or in the absence of time information
    528528if 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
    529534    MaxIndex_i=min(size(time,1),MaxIndex_i);%possibly adjust the max index according to time data
    530535    MaxIndex_j=min(size(time,2),MaxIndex_j);
Note: See TracChangeset for help on using the changeset viewer.