Skip to content

Commit 9a420b6

Browse files
committed
Updated download URL
1 parent fc3406a commit 9a420b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
xdfimport*.zip
33
xdf.zip
44
.idea
5-
5+
*.asv
6+
*.m~

load_xdf.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
end
243243

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

0 commit comments

Comments
 (0)