MATLAB compatibility fix: double-quoted strings only accepted since R2017a

time-shift
Sébastien Villemot 2020-01-13 15:55:38 +01:00
parent 6a0ba34c0c
commit 8fff99115a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if DynareOptions.estimation_dll
= logposterior(xparam1,DynareDataset, DynareOptions,Model, ...
EstimatedParameters,BayesInfo,DynareResults);
if exit_flag
error("Error encountered in logposterior")
error('Error encountered in logposterior')
end
Model.params = params;
if ~isequal(Model.H,0)