Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/henneysq/meg-ahat
Browse files Browse the repository at this point in the history
  • Loading branch information
henneysq committed Feb 12, 2024
2 parents 435ecf3 + e148906 commit 2dcef6a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions util/configure_ft.m
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
addpath '/home/common/matlab/fieldtrip'
ft_defaults
%%
fieldtrip_dir = '~/matlab/fieldtrip';
addpath(fieldtrip_dir);
ft_defaults
%%
repo = gitrepo(fieldtrip_dir);
fprintf('OBS.: Load Fieldtrip at Commit: %s\n', repo.CurrentBranch.LastCommit.ID)

0 comments on commit 2dcef6a

Please sign in to comment.