Cosmetic change.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-17 17:11:25 +02:00
parent 0108a94c4e
commit 47a5a20a64
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ time_range_of_b = b.init:b.init+b.nobs;
last_a = time_range_of_a(a.nobs);
last_b = time_range_of_b(b.nobs);
common_time_range = intersect(time_range_of_a,time_range_of_b);
if isempty(common_time_range)