diff --git a/matlab/JET/rda_jet.m b/matlab/JET/rda_jet.m index 70c6de8c29fe49a903dff637e8f90dafe558e046..3517b6f6be5f756aba567fa3b87e01438a5d24ab 100644 --- a/matlab/JET/rda_jet.m +++ b/matlab/JET/rda_jet.m @@ -34,8 +34,8 @@ end if usemdsplus % use mdsplus - if ~unix('test -d /home/duval/mdsplus') -% addpath('/home/duval/mdsplus') + if exist('/home/amerle/codes/mds-ssh','dir') + addpath('/home/amerle/codes/mds-ssh') end mdsconnect(['ssh://' jet_user '@mdsplus.jetdata.eu']); mdsvalue('reset_public()');