dyn_ols: fix typo

time-shift
Houtan Bastani 2018-09-14 15:09:02 +02:00
parent 2518cd9884
commit 62301fa1e9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ global M_ oo_ options_
assert(nargin >= 1 && nargin <= 3, 'dyn_ols: takes between 1 and 3 arguments');
assert(isdseries(ds), 'dyn_ols: the first argument must be a dseries');
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