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

Fixed bug introduced in edede274.

parent 771055c0
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,6 @@ end;
// Initialize the PAC model (build the Companion VAR representation for the auxiliary model).
pac.initialize('pacman');
if ~isequal(M_.pac.pacman.equations.(M_.pac.pacman.tag_map{strcmp(M_.pac.pacman.tag_map(:,1), 'zpac'),2}).ec.istarget, [false, true])
if ~isequal(M_.pac.pacman.equations.(M_.pac.pacman.tag_map{strcmp(M_.pac.pacman.tag_map(:,1), 'zpac'),2}).ec.istarget, [true, false])
error('ec.istarget vector is wrong.')
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment