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

Bug fix (parenthesis mismatch).

parent f0a5a2aa
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ end ...@@ -44,7 +44,7 @@ end
if original if original
jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile-original.json']); jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile-original.json']);
else else
jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile.json'])); jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile.json']);
end end
jsonmod = jsonfil.model; jsonmod = jsonfil.model;
jsoneqn = getEquationsByTags(jsonmod, 'name', eqname); jsoneqn = getEquationsByTags(jsonmod, 'name', eqname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment