Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dseries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sébastien Villemot
dseries
Commits
0dd9f4f1
Verified
Commit
0dd9f4f1
authored
Jan 23, 2019
by
Stéphane Adjemian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed copyright headers.
parent
12ad0366
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
src/@dates/private/comparison_arg_checks.m
src/@dates/private/comparison_arg_checks.m
+1
-1
src/@dates/private/dates4display.m
src/@dates/private/dates4display.m
+1
-1
src/@dates/private/greaterorequal.m
src/@dates/private/greaterorequal.m
+1
-1
src/@dates/private/greaterthan.m
src/@dates/private/greaterthan.m
+1
-1
src/@dates/private/lessorequal.m
src/@dates/private/lessorequal.m
+1
-1
src/@dates/private/lessthan.m
src/@dates/private/lessthan.m
+1
-1
No files found.
src/@dates/private/comparison_arg_checks.m
View file @
0dd9f4f1
...
...
@@ -9,7 +9,7 @@ function [o, p] = comparison_arg_checks(varargin) % --*-- Unitary tests --*--
% - o [dates] dates object with n or 1 elements.
% - p [dates] dates object with n or 1 elements.
% Copyright (C) 2014-201
7
Dynare Team
% Copyright (C) 2014-201
9
Dynare Team
%
% 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
...
...
src/@dates/private/dates4display.m
View file @
0dd9f4f1
...
...
@@ -10,7 +10,7 @@ function str = dates4display(o, name, max_number_of_elements) % --*-- Unitary te
% OUTPUTS
% - str [string] Representation of the dates object as a string.
% Copyright (C) 2014-201
7
Dynare Team
% Copyright (C) 2014-201
9
Dynare Team
%
% 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
...
...
src/@dates/private/greaterorequal.m
View file @
0dd9f4f1
function
c
=
greaterorequal
(
a
,
b
)
% --*-- Unitary tests --*--
% Copyright (C) 2013-201
7
Dynare Team
% Copyright (C) 2013-201
9
Dynare Team
%
% 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
...
...
src/@dates/private/greaterthan.m
View file @
0dd9f4f1
function
c
=
greaterthan
(
a
,
b
)
% --*-- Unitary tests --*--
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
9
Dynare Team
%
% 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
...
...
src/@dates/private/lessorequal.m
View file @
0dd9f4f1
function
c
=
lessorequal
(
a
,
b
)
% --*-- Unitary tests --*--
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
9
Dynare Team
%
% 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
...
...
src/@dates/private/lessthan.m
View file @
0dd9f4f1
function
c
=
lessthan
(
a
,
b
)
% --*-- Unitary tests --*--
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
9
Dynare Team
%
% 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
...
...
Write
Preview
Markdown
is supported
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