Skip to content

Commit

Permalink
Disabled recycling when cancelling parallel analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette committed Jul 19, 2022
1 parent 001cd76 commit d65cec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PIVlab_GUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,7 @@ function put(name, what)
cancelbutt_Callback
uiwait(warndlg('Error: All images in a session MUST have the same size!'));
warning off
recycle('off');
delete('cancel_piv');
warning on
end
Expand Down Expand Up @@ -4909,6 +4910,7 @@ function step_Callback(~, ~, ~)
handles=gethand;
try
warning off
recycle('off');
delete('cancel_piv');
put('cancel',0);
warning on
Expand Down Expand Up @@ -5381,6 +5383,7 @@ function step_Callback(~, ~, ~)
put('cancel',0);
try
warning off
recycle('off');
delete('cancel_piv')
warning on
catch
Expand Down

0 comments on commit d65cec3

Please sign in to comment.