Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion FCLAB1.0.0/fclab_dependences.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
%BCT doesn't exist - download from site and automatically unzip
if(flag_BCT == 0)
disp('>> FCLAB: BCT toolbox not found!');
url = 'https://sites.google.com/site/bctnet/Home/functions/BCT.zip?attredirects=0';
%New URL, the old one doesn't work, official URL from https://sites.google.com/site/bctnet/home
url = 'https://drive.google.com/u/0/uc?id=1DmMvRnferBfGe057O-sZwB5jL4j8w1Hu&export=download';
filename = [eeglab_path 'plugins/FCLAB1.0.0/BCT.zip'];
disp(['>> FCLAB: Downloading BCT toolbox from: ', url]);
websave(filename, url);
Expand Down