Merge branch 'thread_bug' of git.dynare.org:JohannesPfeifer/dynare

Ref. !1935
pac-components
Sébastien Villemot 2021-09-23 16:44:38 +02:00
commit 24c4e86a95
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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'