Mercurial > hg > ltpda
view m-toolbox/m/gui/ltpdv/callbacks/ltpdv_cb_mainfigClose.m @ 52:daf4eab1a51e database-connection-manager tip
Fix. Default password should be [] not an empty string
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:29:47 +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})