From 4913413896490f1e714160d9b61b3938ccc59d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Thu, 4 Jul 2013 15:34:50 +0200 Subject: [PATCH] Fixed bug. Set elapsed time to NaN if the unitary test fails. --- matlab/utilities/tests/mtest.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/utilities/tests/mtest.m b/matlab/utilities/tests/mtest.m index 3cd153c0c..ef325b99c 100644 --- a/matlab/utilities/tests/mtest.m +++ b/matlab/utilities/tests/mtest.m @@ -113,6 +113,7 @@ for i=1:nn end end info(i,4) = {tmp}; + info(i,5) = {NaN}; check = 0; else if nargout>1