common_parsing: update start/end dates when dates are supposed to overlap

time-shift
Houtan Bastani 2019-03-15 16:28:55 +01:00
parent 6150de2d4a
commit 62c4181394
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ if overlapping_dates
if ~isempty(lhssub{i})
lhssub{i} = lhssub{i}(maxfp:minlp);
end
startdates{i} = maxfp;
enddates{i} = minlp;
end
end