Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
581245b6
Commit
581245b6
authored
Sep 21, 2018
by
Jesse Heckman
Browse files
fixed typo
parent
c2ca8ace
Changes
1
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vPrimeGUI.m
View file @
581245b6
...
...
@@ -277,7 +277,7 @@ function path = datapath(path)
elseif
isunix
&&
~
ismac
% LINUX (public // VC, NO TDT)
path
=
[
'/home/'
username
'/Documents/Data'
];
elseif
ispc
% WINDOWS (public // VC, TDT)
path
=
[
'C:\Users\'
'\Documents\Data'
];
path
=
[
'C:\Users\'
username
'\Documents\Data'
];
end
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment