Skip to content
Snippets Groups Projects
Verified Commit 371f3f0e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Properly fill the output cell array if call to test function failed

Otherwise the final report cannot be displayed.
parent 88101ccb
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,8 @@ for i=1:nn
check = 0;
if nargout>1
info(i,3) = {0};
info(i,4) = {NaN};
info(i,5) = {NaN};
end
continue
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment