Changeset 25


Ignore:
Timestamp:
Mar 2, 2010, 3:08:00 PM (14 years ago)
Author:
gostiaux
Message:

unexpected line added in series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r17 r25  
    43994399            last_j2 =last_j +ind_shift(2);
    44004400            siz=size(SeriesData.Time{1});
    4401             if first_i1>=1 && first_j1
    4402                 >=1 && siz(1)>=last_i2 && siz(2)>=last_j2
     4401            if first_i1>=1 && first_j1>=1 && siz(1)>=last_i2 && siz(2)>=last_j2
    44034402                time_first=(time(first_i1,first_j1)+time(first_i2,first_j2))/2;
    44044403                time_last=(time(last_i1,last_j1)+time(last_i2,last_j2))/2;
Note: See TracChangeset for help on using the changeset viewer.