Skip to content

Commit 3bf47cc

Browse files
committed
mh fix
1 parent 28e0743 commit 3bf47cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

initEnv.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ function addDependencies()
103103
addpath(genpath(fullfile(pth, 'lib', 'CPP_PTB', 'src')));
104104
addpath(genpath(fullfile(pth, 'subfun')));
105105

106-
end
106+
end

setParameters.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function [cfg] = setParameters()
22

3-
% VISUAL LOCALIZER
3+
% VISUAL LOCALIZER
44

55
% Initialize the parameters and general configuration variables
66
cfg = struct();

0 commit comments

Comments
 (0)