comparison m-toolbox/classes/tests/@ltpda_uoh_tests/ltpda_uoh_tests.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 % LTPDA_UOH_TESTS is the base class for all ltpda_uoh objects.
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %
4 % DESCRIPTION: LTPDA_UOH_TESTS is the base class for all ltpda_uoh objects.
5 %
6 %
7 % VERSION: $Id: ltpda_uoh_tests.m,v 1.1 2010/12/20 12:51:16 hewitson Exp $
8 %
9 %
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12 classdef ltpda_uoh_tests < ltpda_uo_tests
13
14
15 methods
16 function utp = ltpda_uoh_tests
17 utp = utp@ltpda_uo_tests;
18 end
19 end
20
21
22 end
23