Skip to content

Commit

Permalink
Updated download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Feb 20, 2020
1 parent fc3406a commit 9a420b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
xdfimport*.zip
xdf.zip
.idea

*.asv
*.m~
2 changes: 1 addition & 1 deletion load_xdf.m
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
end

fname = ['load_xdf_innerloop.' mexext];
mex_url = ['https://github.com/sccn/xdf/releases/download/v',...
mex_url = ['https://github.com/xdf-modules/xdf-Matlab/releases/download/v',...
LIBVERSION, '/', fname];
[this_path, this_name, this_ext] = fileparts(mfilename('fullpath'));
try
Expand Down

0 comments on commit 9a420b6

Please sign in to comment.