Minor adaptations.

This commit is contained in:
Marcel Kronfeld
2008-04-11 11:39:24 +00:00
parent 50511b0ed5
commit 7633618f59
18 changed files with 180 additions and 84 deletions

View File

@@ -16,6 +16,7 @@ if (nargin > 1) && (ischar(varargin{1}) && (strcmp(varargin{1},'kill')==1))
JEMediator.quit; % just in case
JEMediator='';
clear global JEMediator;
clear global stopOptimization;
else
disp('no mediator to kill');
end