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

Added comments.

parent cd882aeb
Branches
Tags
No related merge requests found
......@@ -46,8 +46,8 @@ if ~isdate(varargin{3})
error(get_error_message_0(msg))
end
d1 = dates(varargin{1});
d2 = dates(varargin{3});
d1 = dates(varargin{1}); % First date
d2 = dates(varargin{3}); % Last date
if d1>d2
error('The first date must preceed the second one!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment