dynare/mex/sources/local_state_space_iterations
Sébastien Villemot c9eb6920c9
local_state_space_iteration_k MEX: fix bug in output
In its output, the MEX was returning values for all endogenous variables, but
it was used in a context where only the variables from oo_.dr.restrict_var_list
were expected (as is done with local_state_space_iteration_2 MEX).

This commit fixes this discrepancy, and also fixes the test that was checking
that both MEX are returning the same output.

Closes: #1768
2021-03-10 13:45:29 +01:00
..
local_state_space_iteration_2.cc Global reindentation of MEX sources 2019-12-20 16:30:24 +01:00
local_state_space_iteration_k.cc local_state_space_iteration_k MEX: fix bug in output 2021-03-10 13:45:29 +01:00