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

set_dynare_threads.m: fix naming bug

(cherry picked from commit 5f27d2e4)
parent e59f633a
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ switch mexname
case 'local_state_space_iteration_2'
options_.threads.local_state_space_iteration_2 = n;
case 'local_state_space_iteration_k'
options_.threads.local_state_space_iteration_2 = n;
options_.threads.local_state_space_iteration_k = n;
case 'perfect_foresight_problem'
options_.threads.perfect_foresight_problem = n;
case 'k_order_perturbation'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment