time-shift
Houtan Bastani 2014-11-06 13:48:32 +01:00
parent 3e3a0ff06d
commit 9a966151fa
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ else
end
if ~isequal(A.freq,B.freq)
error(['dates::colon: Input arguments ' inputname(1) 'and ' inputname(2) ' must have common frequency!'])
error(['dates::colon: Input arguments ' inputname(1) ' and ' inputname(2) ' must have common frequency!'])
end
if A>B && d>0