Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e23033db authored by hhakim's avatar hhakim
Browse files

Specify the absolute path for cwd in matfaust.enable_gpu_mod.

parent bb18f687
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ function enable_gpu_mod(varargin)
% if filepath doesn't exist, try to find lib in cwd
[~, name, ext] = fileparts(libpath);
libfile = [name ext];
libpath = libfile;
libpath = [ pwd filesep libfile];
end
libpaths = [libpaths libpath];
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment