Skip to content

Commit

Permalink
renaming resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arno committed May 1, 2019
1 parent 8e484eb commit 667f654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eeg_compatlas.m
Expand Up @@ -56,13 +56,13 @@

% loading hm file
if isdeployed
hm = load('-mat', fullfile( ctfroot, 'functions', 'resources', 'head_modelColin27_5003_Standard-10-5-Cap339.mat'));
hm = load('-mat', fullfile( ctfroot, 'functions', 'supportfiles', 'head_modelColin27_5003_Standard-10-5-Cap339.mat'));
if ~exist(meshfile)
error(sprintf('headplot(): deployed mesh file "%s" not found\n','head_modelColin27_5003_Standard-10-5-Cap339.mat'));
end
else
p = fileparts(which('eeglab.m'));
hm = load('-mat', fullfile( p, 'functions', 'resources', 'head_modelColin27_5003_Standard-10-5-Cap339.mat'));
hm = load('-mat', fullfile( p, 'functions', 'supportfiles', 'head_modelColin27_5003_Standard-10-5-Cap339.mat'));
end

% coord transform to the HM file space
Expand Down Expand Up @@ -103,4 +103,4 @@
end
end



0 comments on commit 667f654

Please sign in to comment.