Fixed typo (wrong numbering of the last unitary tests).

time-shift
Stéphane Adjemian (Charybdis) 2013-07-01 11:06:28 +02:00
parent 603aeeccb6
commit 0fea61a551
1 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ A = merge(A,B);
%$ T = all(t);
%@eof:10
%@test:10
%@test:11
%$ % Define a datasets.
%$ A = rand(10,3); B = rand(10,5);
%$
@ -395,4 +395,4 @@ A = merge(A,B);
%$ %t(5) = dyn_assert(ts1.data,[B(:,1:2), A(:,3), B(:,3:4)],1e-15);
%$ end
%$ T = all(t);
%@eof:10
%@eof:11