Skip to content
Snippets Groups Projects
Commit 47a5a20a authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Cosmetic change.

parent 0108a94c
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ time_range_of_b = b.init:b.init+b.nobs; ...@@ -56,7 +56,6 @@ time_range_of_b = b.init:b.init+b.nobs;
last_a = time_range_of_a(a.nobs); last_a = time_range_of_a(a.nobs);
last_b = time_range_of_b(b.nobs); last_b = time_range_of_b(b.nobs);
common_time_range = intersect(time_range_of_a,time_range_of_b); common_time_range = intersect(time_range_of_a,time_range_of_b);
if isempty(common_time_range) if isempty(common_time_range)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment