Skip to content
Snippets Groups Projects
Verified Commit 7aafe0e9 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Bug fix (name of the PAC model).

parent 0d484252
Branches
No related tags found
Loading
Checking pipeline status
......@@ -444,9 +444,9 @@ end
function expr = targetexpr()
if isfield(M_.pac.(ispac.name), 'components')
ns = ~strcmp({M_.pac.pacman.components.kind}, 'll'); % non stationary components
ns = ~strcmp({M_.pac.(ispac.name).components.kind}, 'll'); % non stationary components
expr = '';
for i=1:length(M_.pac.pacman.components)
for i=1:length(M_.pac.(ispac.name).components)
if ns(i)
variable = rmauxiliary(M_.endo_names{M_.pac.(ispac.name).components(i).endo_var}, 1);
if isempty(expr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment