Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
10333f99
Unverified
Commit
10333f99
authored
Oct 15, 2020
by
Sébastien Villemot
Browse files
Fix extended_path + bytecode under Octave
Ref. #1742
parent
71e3e0d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/ep/setup_stochastic_perfect_foresight_model_solver.m
View file @
10333f99
...
...
@@ -66,7 +66,9 @@ else
end
pfm
.
i_cols_j
=
1
:
pfm
.
nd
;
pfm
.
i_upd
=
pfm
.
ny
+
(
1
:
pfm
.
periods
*
pfm
.
ny
);
pfm
.
dynamic_model
=
str2func
([
DynareModel
.
fname
,
'.dynamic'
]);
if
~
DynareOptions
.
bytecode
pfm
.
dynamic_model
=
str2func
([
DynareModel
.
fname
,
'.dynamic'
]);
end
pfm
.
verbose
=
DynareOptions
.
ep
.
verbosity
;
pfm
.
maxit_
=
DynareOptions
.
simul
.
maxit
;
pfm
.
tolerance
=
DynareOptions
.
dynatol
.
f
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment