Skip to content
Snippets Groups Projects
Verified Commit 7493ea4e authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Initialize parameter delta.

To prevent name mangling with potentially available function (matlab toolbox).
parent df5109d5
No related branches found
No related tags found
No related merge requests found
function [ys,params,check] = walsh1_old_ss_steadystate(ys,exo,M_,options_) function [ys,params,check] = walsh1_old_ss_steadystate(ys,exo,M_,options_)
delta = NaN;
% read out parameters to access them with their name % read out parameters to access them with their name
NumberOfParameters = M_.param_nbr; NumberOfParameters = M_.param_nbr;
for ii = 1:NumberOfParameters for ii = 1:NumberOfParameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment