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
5bdce2db
Commit
5bdce2db
authored
Mar 14, 2013
by
Stéphane Adjemian
Browse files
Changed unitary test.
parent
87e7bc04
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDates/unique.m
View file @
5bdce2db
...
...
@@ -45,8 +45,6 @@ function dd = unique(dd)
%
You
should
have
received
a
copy
of
the
GNU
General
Public
License
%
along
with
Dynare
.
If
not
,
see
<
http
:
//www.gnu.org/licenses/>.
%
AUTHOR
(
S
)
stephane
DOT
adjemian
AT
univ
DASH
lemans
DOT
fr
if
~
isa
(
dd
,
'
dynDates
'
)
error
([
'
dynDates
:
:
unique
:
Input
argument
'
inputname
(
dd
)
'
has
to
be
a
dynDates
object
.
'
])
end
...
...
@@ -63,7 +61,7 @@ dd.ndat = size(dd.time,1);
%
$
%
Define
some
dates
%
$
B1
=
'
1953
Q4
'
;
%
$
B2
=
'
1950
Q2
'
;
%
$
B3
=
'
1950
Q
1
'
;
%
$
B3
=
'
1950
q
1
'
;
%
$
B4
=
'
1945
Q3
'
;
%
$
B5
=
'
1950
Q2
'
;
%
$
...
...
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