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
c3ff5d92
Commit
c3ff5d92
authored
Nov 19, 2012
by
Stéphane Adjemian
Browse files
Cosmetic change.
parent
5c893f50
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/@dynSeries/dynSeries.m
View file @
c3ff5d92
...
...
@@ -127,7 +127,7 @@ switch nargin
if
isempty
(
quaterly
)
&&
isempty
(
monthly
)
&&
isempty
(
weekly
)
error
(
'
dynSeries
::
Using
a
string
as
a
second
input
argument
,
I
can
only
handle
weekly
(
W
),
monthly
(
M
)
or
quaterly
(
Q
)
data
!
'
);
end
else
%
If
b
is
not
a
string
then
yearly
data
are
assumed
.
else
if
isa
(
b
,
'
dynDate
'
)
%
If
b
is
not
a
string
then
yearly
data
are
assumed
.
ts
.
freq
=
1
;
end
ts
.
Time
=
ts
.
Time
.
setFreq
(
ts
.
freq
);
...
...
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