Skip to content
Snippets Groups Projects
Commit c3ff5d92 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Cosmetic change.

parent 5c893f50
No related branches found
No related tags found
No related merge requests found
......@@ -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.
elseif 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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment