From e8be29e97c15b92fbbcd1251766e76edd7b7a0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Tue, 5 Nov 2013 16:26:16 +0100 Subject: [PATCH] Removed comments. --- matlab/@dates/minus.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab/@dates/minus.m b/matlab/@dates/minus.m index 574446c0f..711717e8d 100644 --- a/matlab/@dates/minus.m +++ b/matlab/@dates/minus.m @@ -21,7 +21,6 @@ function C = minus(A,B) % --*-- Unitary tests --*-- % along with Dynare. If not, see . if isa(A,'dates') && isa(B,'dates') - % Concatenate dates objects without removing repetitions if A and B are not disjoint sets of dates. if ~isequal(A.freq,B.freq) error(['dates::minus: Input arguments ''' inputname(1) ''' and ''' inputname(2) ''' must have common frequencies!']) end