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
68a2ce4f
Commit
68a2ce4f
authored
Nov 13, 2012
by
Stéphane Adjemian
Browse files
Fixed bufg in overloaded subsref method for dynDates class.
parent
47dd0d09
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDates/subsref.m
View file @
68a2ce4f
...
...
@@ -32,7 +32,7 @@ function B = subsref(A,S)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
,
2012
e
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -51,8 +51,6 @@ function B = subsref(A,S)
%
Original
author
:
stephane
DOT
adjemian
AT
univ
DASH
lemans
DOT
fr
B
=
builtin
(
'
subsref
'
,
A
,
S
);
if
isequal
(
S
(
1
).
type
,
'.'
)
switch
S
(
1
).
subs
case
{'
time
','
freq
','
ndat
'}
%
Public
members
.
...
...
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