Fix crash of check(solve_algo=0) under Octave
dynare_solve.m calls str2func on the function name, so it crashes if it is passed a function handle. It needs to be passed a string.
Please register or sign in to comment
dynare_solve.m calls str2func on the function name, so it crashes if it is passed a function handle. It needs to be passed a string.