comparison m-toolbox/classes/tests/@ltpda_uo_tests/ltpda_uo_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_OBJ_TESTS is the base class for all ltpda_obj objects.
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %
4 % DESCRIPTION: LTPDA_OBJ_TESTS is the base class for all ltpda_obj objects.
5 %
6 %
7 % VERSION: $Id: ltpda_uo_tests.m,v 1.1 2010/12/20 12:50:56 hewitson Exp $
8 %
9 %
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12 classdef ltpda_uo_tests < ltpda_obj_tests
13
14 methods
15 function utp = ltpda_uo_tests
16 utp = utp@ltpda_obj_tests;
17 end
18 end
19
20
21
22 end
23