view m-toolbox/classes/tests/@ltpda_uoh_tests/ltpda_uoh_tests.m @ 1:2014ba5b353a database-connection-manager

Remove old code
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Sat, 03 Dec 2011 18:13:55 +0100
parents f0afece42f48
children
line wrap: on
line source

% LTPDA_UOH_TESTS is the base class for all ltpda_uoh objects.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% DESCRIPTION:   LTPDA_UOH_TESTS is the base class for all ltpda_uoh objects.
%
%
% VERSION:     $Id: ltpda_uoh_tests.m,v 1.1 2010/12/20 12:51:16 hewitson Exp $
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

classdef ltpda_uoh_tests < ltpda_uo_tests

  
  methods 
    function utp = ltpda_uoh_tests
      utp = utp@ltpda_uo_tests;
    end
  end

  
end