OCCBIN in newer Dynare versions

Hi professor Pfeifer.

I’m using the toolkit above(and the latest one in Occbin_update)

However, when I run runsim_dnk in dynare 4.6.1, I got the error message related to the number of inputs (for steady state?). I guess this is similar to the problem of this one , but your modified toolbox code in github seems to be up-to-date, and I checked the path is set for modified toolbox rightly.

How can I run this NK model?

Error using dnk_steadystate
Too many input arguments.
Error in evaluate_steady_state_file (line 49)
[ys,params1,check] = h_steadystate(ys_init, exo_ss,M,options);
Error in evaluate_steady_state (line 210)
[ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M,
options,steadystate_check_flag);
Error in steady_ (line 55)
[steady_state,params,info] =
evaluate_steady_state(oo_.steady_state,M_,options_,oo_,~options_.steadystate.nocheck);
Error in steady (line 80)
[oo_.steady_state,M_.params,info] = steady_(M_,options_,oo_);
Error in dnk.driver (line 319)
steady;
Error in dynare (line 293)
evalin(‘base’,[fname ‘.driver’]) ;
Error in solve_one_constraint (line 37)
eval(['dynare ‘,modnam_,’ noclearall nolog '])
Error in runsim_dnk (line 41)
solve_one_constraint(modnam,modnamstar,…
indent preformatted text by 4 spaces