Mercurial > hg > ltpda
comparison m-toolbox/classes/tests/@ltpda_utp/init.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 % INIT initialize the unit test class. | |
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
3 % | |
4 % DESCRIPTION: INIT initialize the unit test class. | |
5 % This method is called before the test methods. | |
6 % | |
7 % CALL: init(); | |
8 % | |
9 % VERSION: $Id: init.m,v 1.1 2011/04/27 19:43:42 ingo Exp $ | |
10 % | |
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
12 | |
13 function varargout = init(varargin) | |
14 end | |
15 |