Skip to content
Snippets Groups Projects
Commit 1e32902e authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

NK_baseline: prevent naming conflict errors

parent 83b335e4
No related branches found
No related tags found
No related merge requests found
Pipeline #10797 passed
......@@ -32,6 +32,10 @@ function [ys,params,check] = NK_baseline_steadystate(ys,exo,M_,options_)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
% make parameter explicitly known to Matlab to avoid naming conflicts; actual value is read out
% in next eval-loop
delta=0;
% read out parameters to access them with their name
NumberOfParameters = M_.param_nbr;
for ii = 1:NumberOfParameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment