From 3739a7a6d8cd387ebb6207e966d10d25e88e33ca Mon Sep 17 00:00:00 2001 From: ratto Date: Tue, 29 Sep 2009 16:40:46 +0000 Subject: [PATCH] Fixed bugs with new morris options! git-svn-id: https://www.dynare.org/svn/dynare/trunk@2999 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dynare_sensitivity.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/dynare_sensitivity.m b/matlab/dynare_sensitivity.m index 8529a6db2..c7f892e0a 100644 --- a/matlab/dynare_sensitivity.m +++ b/matlab/dynare_sensitivity.m @@ -106,7 +106,7 @@ if ~(exist('stab_map_','file')==6 | exist('stab_map_','file')==2), end -if options_gsa.morris, +if options_gsa.morris==1 | options_gsa.morris==3, if ~options_gsa.identification, options_gsa.redform=1; end @@ -190,7 +190,7 @@ if options_gsa.redform & ~isempty(options_gsa.namendo) ... options_gsa.namlagendo=M_.endo_names; end options_.opt_gsa = options_gsa; - if options_gsa.morris, + if options_gsa.morris==1, redform_screen(OutputDirectoryName); else % check existence of the SS_ANOVA toolbox