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
15fa7fc8
Commit
15fa7fc8
authored
Jan 04, 2013
by
MichelJuillard
Browse files
* matlab/@dynDate/colon.m: fixed bug when there is only one series
parent
4a465f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynDate/colon.m
View file @
15fa7fc8
...
...
@@ -68,7 +68,7 @@ end
if
a
==
b
%
Time
range
with
only
one
date
.
sp
=
dynTime
();
sp
=
sp
.
setFreq
(
a
.
freq
);
sp
=
sp
.
setSize
(
n
+
1
);
sp
=
sp
.
setSize
(
1
);
sp
=
sp
.
setTime
(
1
,
a
.
time
);
else
n
=
b
-
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