Added missing semicolon.

time-shift
Stéphane Adjemian(Charybdis) 2018-05-29 12:14:53 +02:00
parent 966d9797dd
commit e48fee90e7
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ for i = 1:length(rhsvars)
end
% Temporary bug fix (ordering of the variables in the VAR model)
[a,b,c] = intersect(M_.var.toto.lhs, oo_.var.toto.ar_idx, 'stable')
[a,b,c] = intersect(M_.var.toto.lhs, oo_.var.toto.ar_idx, 'stable');
oo_.var.toto.ar_idx = oo_.var.toto.ar_idx(c);
oo_.var.toto.ar = oo_.var.toto.ar(:,c,:);