Skip to content
Snippets Groups Projects
Commit a8c1d7b9 authored by marwan's avatar marwan
Browse files

*** empty log message ***

parent 50a886d4
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,9 @@ function xout=jrp(varargin)
% $Revision$
%
% $Log$
% Revision 1.2 2005/04/04 09:52:53 marwan
% bug in distance plot and colormap selection fixed
%
% Revision 1.1 2005/03/16 16:22:29 marwan
% support for joint recurrence plots added
%
......@@ -318,7 +321,7 @@ end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% switch routines
%try
try
switch(action)
......@@ -883,8 +886,8 @@ set(0,'ShowHidden','Off')
%%%%%%% error handling
if 0
%catch
%if 0
catch
try, if nogui==0
for i=1:length(obj.enable), set(obj.children(i),'Enable',obj.enable{i}); end
set(h(1),'String','Apply',...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment