Skip to content
Snippets Groups Projects
Commit eef446a6 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

Fix capitalization error in dynare_estimation_1.m that leads to crashes if reached

(cherry picked from commit 221660df)
parent 78d28848
Branches
Tags
Loading
......@@ -380,7 +380,7 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
error('gmhmaxlik: The value of option AcceptanceRateTarget should be a double between 0 and 1!')
end
otherwise
Warning(['gmhmaxlik: Unknown option (' options_list{i,1} ')!'])
warning(['gmhmaxlik: Unknown option (' options_list{i,1} ')!'])
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment