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

Fixed header (doc and license).

parent 1bb5a3a4
Branches
No related tags found
No related merge requests found
function B = subsref(A,S) % --*-- Unitary tests --*--
% Overload the subsref method for dates objects.
% Overloads the subsref method for dates objects.
%
% INPUTS
% o A dates object.
% o S matlab's structure.
% - A [dates]
% - S [structure]
%
% OUTPUTS
% o B dates object.
% - B [*]
%
% REMARKS
% See the matlab's documentation about the subsref method.
% Copyright (C) 2011-2014 Dynare Team
%
% This file is part of Dynare.
%
% Dynare is free software: you can redistribute it and/or modify
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Dynare is distributed in the hope that it will be useful,
% Dynare dates submodule is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment