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
Dóra Kocsis
dynare
Commits
6bb4ec4d
Commit
6bb4ec4d
authored
Mar 24, 2010
by
Sébastien Villemot
Browse files
Fixed bug in stoch_simul related to the variable list
parent
60ad78b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/stoch_simul.m
View file @
6bb4ec4d
...
...
@@ -38,7 +38,7 @@ end
TeX
=
options_
.
TeX
;
if
size
(
var_list
,
1
)
==
0
var_list
=
M_
.
endo_names
(
1
:
M_
.
orig_endo_nbr
);
var_list
=
M_
.
endo_names
(
1
:
M_
.
orig_endo_nbr
,
:
);
end
[
i_var
,
nvar
]
=
varlist_indices
(
var_list
,
M_
.
endo_names
);
...
...
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