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
Dynare
dynare
Commits
5e5157e3
Commit
5e5157e3
authored
May 06, 2016
by
MichelJuillard
Browse files
loglinear: bug correction
parent
67ea2807
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/utilities/general/get_all_variables_but_lagged_leaded_exogenous.m
View file @
5e5157e3
...
...
@@ -30,6 +30,6 @@ if isempty(M.aux_vars)
k
=
1
:
M
.
endo_nbr
;
else
type
=
[
M
.
aux_vars
.
type
];
k
=
[
1
:
M
.
orig_endo_nbr
;
M
.
orig_endo_nbr
+
find
((
type
~=
2
)
&
...
(
type
~=
3
))
'
];
k
=
[
1
:
M
.
orig_endo_nbr
,
M
.
orig_endo_nbr
...
+
find
((
type
~=
2
)
&
(
type
~=
3
))];
end
\ No newline at end of file
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