Bug fix (parenthesis mismatch).

time-shift
Stéphane Adjemian(Charybdis) 2018-07-11 11:03:15 +02:00
parent f0a5a2aac9
commit ebad639546
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ end
if original
jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile-original.json']);
else
jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile.json']));
jsonfil = loadjson([DynareModel.fname filesep() 'model' filesep() 'json' filesep() 'modfile.json']);
end
jsonmod = jsonfil.model;
jsoneqn = getEquationsByTags(jsonmod, 'name', eqname);