Fixed bug in Matlab unitary tests. Wrong dimension for returned infor variable (missing column for execution time).

time-shift
Stéphane Adjemian (Scylla) 2013-11-29 11:44:43 +01:00
parent 6e8bd16cf6
commit 45c117fbff
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if nargout>1
% Third column status of the unitary test (0 if the test fails, 1 otherwise)
% Fourth column details about the failure (vector of integers)
% Fifth column elapsed time in seconds (cpu time).
info = cell(nn,4);
info = cell(nn,5);
end
% Perform the tests.