view m-toolbox/m/gui/ltpdv/callbacks/ltpdv_cb_mainfigClose.m @ 51:9d5c88356247 database-connection-manager

Make unit tests database connection parameters configurable
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:24:37 +0100
parents f0afece42f48
children
line wrap: on
line source

function ltpdv_cb_mainfigClose(varargin)

% Callback executed when the main figure closes
% 
% M Hewitson
% 
% $Id: ltpdv_cb_mainfigClose.m,v 1.1 2008/05/11 10:38:43 hewitson Exp $
% 

disp('* Goodbye from the LTPDA Dataviewer *')
delete(varargin{1})