Skip to content
Snippets Groups Projects
Commit 5ffec959 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add paths at beginning, so overrides if needed

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1816 d63d8f72-b253-0410-a779-e742ad2e26cf
parent bf6c17f1
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ a=a(1:ii(end));
machines=[{'JET'} {'TCV'}];
for i=1:length(machines)
addpath([a machines{i}],'-end')
addpath([a machines{i}])
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment