Skip to content
Snippets Groups Projects
Commit 539a9951 authored by ratto's avatar ratto
Browse files

Fix for sensitivity toolbox.

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2507 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 2ce93010
Branches
Tags
No related merge requests found
......@@ -214,6 +214,10 @@ options_gsa = set_default_option(options_gsa,'alpha2_rmse',1);
options_.opt_gsa = options_gsa;
if options_gsa.rmse,
if ~options_gsa.ppost
set_default_option(options_,'filter_step_ahead',1);
if isempty(options_.filter_step_ahead),
options_.filter_step_ahead=1;
end
if options_gsa.pprior
a=whos('-file',[OutputDirectoryName,'\',fname_,'_prior'],'logpo2');
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment