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
ca31a087
Verified
Commit
ca31a087
authored
2 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo (remove trailing underscore to option variable).
parent
d8baeb8f
No related branches found
No related tags found
No related merge requests found
Pipeline
#7375
passed
2 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/perfect-foresight-models/sim1_linear.m
+1
-1
1 addition, 1 deletion
matlab/perfect-foresight-models/sim1_linear.m
with
1 addition
and
1 deletion
matlab/perfect-foresight-models/sim1_linear.m
+
1
−
1
View file @
ca31a087
...
...
@@ -132,7 +132,7 @@ if options.debug
end
% Check that the dynamic model was evaluated at the steady state.
if
~
options
_
.
steadystate
.
nocheck
&&
max
(
abs
(
d1
))
>
options
.
solve_tolf
if
~
options
.
steadystate
.
nocheck
&&
max
(
abs
(
d1
))
>
options
.
solve_tolf
error
(
'Jacobian is not evaluated at the steady state!'
)
end
...
...
This diff is collapsed.
Click to expand it.
Stéphane Adjemian
@stepan-a
mentioned in commit
954e14a8
·
2 years ago
mentioned in commit
954e14a8
mentioned in commit 954e14a8001bb226e37b269707360072d78dbb38
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