From 4d99d4521a88cc94f1bea02390c379180a2dea8e Mon Sep 17 00:00:00 2001 From: michel Date: Sun, 8 Feb 2009 09:16:33 +0000 Subject: [PATCH] removed mode saving when no computation takes place (added in previous modification) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2404 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dynare_estimation_1.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index 36e1f9853..cb8348493 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -341,7 +341,6 @@ if options_.mode_compute == 0 & length(options_.mode_file) == 0 eval(['oo_.SmoothedShocks.' deblank(M_.exo_names(i,:)) ' = innov(i,:)'';']); end end - save([M_.fname '_mode.mat'],'xparam1','hh','bayestopt_'); return; end