From 5ffec959597df6a0782950ef5526e8bf8f3c8bd4 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Tue, 25 Sep 2001 10:39:37 +0000 Subject: [PATCH] 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 --- gdatpaths.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdatpaths.m b/gdatpaths.m index 32e3a076..6100e7ae 100644 --- a/gdatpaths.m +++ b/gdatpaths.m @@ -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 -- GitLab