Skip to content

Commit

Permalink
Removed a bug while checking for package folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette committed Oct 2, 2024
1 parent 7e85686 commit 8b26db7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIVlab_GUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function PIVlab_GUI(desired_num_cores,batch_session_file)
ctr=0;
pivFiles = {'+acquisition' '+calibrate' '+export' '+extract' '+gui' '+import' '+mask' '+misc' '+piv' '+plot' '+postproc' '+preproc' '+roi' '+simulate' '+validate' '+wOFV' 'OptimizationSolvers' 'PIVlab_capture_resources'};
for i=1:size(pivFiles,2)
if exist(pivFiles{1,i},'dir')~=7
if exist(fullfile(tempfilepath,pivFiles{1,i}),'dir')~=7
disp(['ERROR: A required package folder was not found: ' pivFiles{1,i}]);
disp('Press any key to continue... (but remember, PIVlab won''t work like this...)')
beep;commandwindow;pause
Expand Down
Binary file modified PIVlab_capture_resources/PIVlab_capture_lensconfig.mat
Binary file not shown.
Binary file modified PIVlab_settings_default.mat
Binary file not shown.

0 comments on commit 8b26db7

Please sign in to comment.