Removed comments.

time-shift
Stéphane Adjemian (Scylla) 2013-11-05 16:26:16 +01:00
parent 42453b4887
commit e8be29e97c
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ function C = minus(A,B) % --*-- Unitary tests --*--
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
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