Fixed typo.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-10 18:27:31 +02:00
parent a22852afad
commit c37c34a102
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ end
if feval(f, A(1), B(1))
C = 1;
elseif isequal(A(1),A(1)) && length(A)>1
elseif isequal(A(1),B(1)) && length(A)>1
C = compare_vectors(f, A(2:end), B(2:end));
elseif isequal(A(1),B(1)) && isequal(length(A),1) && ismember(func2str(f),{'le', 'ge'})
C = 1;