time-shift
Houtan Bastani 2019-01-14 15:02:32 +01:00
parent e8333421e7
commit 7d35cb5c5a
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ else
end
%% Read JSON
jsonfile = [M_.fname filesep() 'model' filesep() 'json' filesep() 'modfile-original.json']);
jsonfile = [M_.fname filesep() 'model' filesep() 'json' filesep() 'modfile-original.json'];
if exist(jsonfile, 'file') ~= 2
error('Could not find %s! Please use the json=compute option (See the Dynare invocation section in the reference manual).', jsonfile);
end