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
Johannes Pfeifer
dynare
Commits
02eb19fb
Commit
02eb19fb
authored
Sep 05, 2013
by
Stéphane Adjemian
Browse files
Fixed bug. Added missing case for calls to the dynSeries::lag method.
parent
b76b0c8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/subsref.m
View file @
02eb19fb
...
...
@@ -87,6 +87,8 @@ switch S(1).type
B
=
feval
(
S
(
1
).
subs
,
A
,
S
(
2
).
subs
{
1
})
S
=
shiftS
(
S
);
end
else
B
=
feval
(
S
(
1
).
subs
,
A
);
end
case
{'
save
'}
%
Save
dynSeries
object
on
disk
(
default
is
a
csv
file
).
B
=
NaN
;
...
...
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