trunk: merged 2106 changeset from 4.0 branch (typo in dynare_estimation.m)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2109 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2008-09-24 20:00:07 +00:00
parent 108030d2a6
commit 1d4f437499
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ else
end
% load mode file is necessary
if length(options_.mode_file) > 0 & options_.posterior_mode_estimation
eval(['load ' options_.mode_file ';']');
if length(options_.mode_file) > 0 && options_.posterior_mode_estimation
eval(['load ' options_.mode_file ';']);
end
%% Compute the steady state: