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
0b7e5910
Commit
0b7e5910
authored
Nov 15, 2012
by
Stéphane Adjemian
Browse files
Changed a condition in dynDate constructor (for yearly dates).
parent
e71ccaef
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDate/dynDate.m
View file @
0b7e5910
...
...
@@ -120,7 +120,7 @@ switch nargin
elseif
isa
(
a
,
'
dynDate
'
)
%
If
input
argument
is
a
dynDate
object
then
do
a
copy
.
date
=
a
;
else
if
isequal
(
length
(
a
),
1
)
if
isequal
(
length
(
a
),
1
)
&&
isnumeric
(
a
)
%
If
b
is
not
a
string
then
yearly
data
are
assumed
.
date
.
freq
=
1
;
date
.
time
(
1
)
=
a
;
...
...
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