Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
1e32902e
Commit
1e32902e
authored
8 months ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
NK_baseline: prevent naming conflict errors
parent
83b335e4
Branches
Branches containing commit
No related tags found
1 merge request
!2310
NK_baseline: prevent naming conflict errors
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/NK_baseline_steadystate.m
+4
-0
4 additions, 0 deletions
examples/NK_baseline_steadystate.m
with
4 additions
and
0 deletions
examples/NK_baseline_steadystate.m
+
4
−
0
View file @
1e32902e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
e850a267
·
8 months ago
mentioned in commit
e850a267
mentioned in commit e850a267cf859ac449175907b89ec34dd55a3ea3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment