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

better performance during error debugging

parent bb9e6bab
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ function out=check_stop(hCRP,hCtrl,nogui,obj) ...@@ -14,6 +14,9 @@ function out=check_stop(hCRP,hCtrl,nogui,obj)
% $Revision$ % $Revision$
% %
% $Log$ % $Log$
% Revision 4.8 2009/03/24 08:36:04 marwan
% copyright address updated
%
% Revision 4.7 2004/11/10 07:04:28 marwan % Revision 4.7 2004/11/10 07:04:28 marwan
% initial import % initial import
% %
...@@ -25,7 +28,7 @@ function out=check_stop(hCRP,hCtrl,nogui,obj) ...@@ -25,7 +28,7 @@ function out=check_stop(hCRP,hCtrl,nogui,obj)
global errcode global errcode
errcode=errcode+.01; errcode=errcode+.001;
out=0; out=0;
if nogui==0 if nogui==0
h=findobj('Tag','Apply','Parent',hCtrl); h=findobj('Tag','Apply','Parent',hCtrl);
......
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