Mercurial > hg > ltpda
comparison testing/utp_1.1/display_utp_results.m @ 44:409a22968d5e default
Add unit tests
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 18:42:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
43:bc767aaa99a8 | 44:409a22968d5e |
---|---|
1 % DISPLAY_UTP_RESULTS displays the results structure to the terminal. | |
2 % | |
3 % M Hewitson 07-08-08 | |
4 % | |
5 % $Id: display_utp_results.m,v 1.7 2010/07/14 10:18:40 hewitson Exp $ | |
6 % | |
7 | |
8 function display_utp_results(results) | |
9 | |
10 disp(print_utp_results(results)); | |
11 | |
12 end |