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

Added comment.

parent 5842e7be
No related branches found
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ function [m, f] = double(o) % --*-- Unitary tests --*--
if o.freq==365
error('This method is not implemented for daily frequency.')
% Would need to find a way to deal with leap years
end
m = o.time(:,1)+(o.time(:,2)-1)/o.freq;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment