Initialize parameter delta.

To prevent name mangling with potentially available function (matlab toolbox).
silicon
Stéphane Adjemian (Ryûk) 2023-03-16 20:56:35 +01:00
parent c4bc6316d0
commit b8c70eba3b
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 25 additions and 23 deletions

View File

@ -1,5 +1,7 @@
function [ys,params,check] = walsh1_old_ss_steadystate(ys,exo,M_,options_)
delta = NaN;
% read out parameters to access them with their name
NumberOfParameters = M_.param_nbr;
for ii = 1:NumberOfParameters