Skip to content

Commit

Permalink
FIX: added path to addpath
Browse files Browse the repository at this point in the history
  • Loading branch information
eachtling committed Jul 15, 2022
1 parent a60d9bc commit a4a5dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppm_initialize.m
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
unzip(fullfile(ppm.ini.path.external,'quaternion','quaternion.zip'),fullfile(ppm.ini.path.external,'quaternion'))
delete(fullfile(ppm.ini.path.external,'quaternion','quaternion.zip'))
disp([mfilename,': Finished downloading required class `quaternion` from MATLAB File Exchange.'])
addpath()
addpath(genpath(ppm.ini.path.external))
end

%% optionally delete all existing txt/ply files in result folder
Expand Down

0 comments on commit a4a5dc8

Please sign in to comment.