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

specific mdsconnect from JET for AUG

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1882 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 5a2c0c52
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,12 @@ if usemdsplus
if ~unix('test -d /home/duval/mdsplus')
addpath('/home/duval/mdsplus')
end
mdsconnect('localhost:8001');
if ~unix('test -d /home/osauter/gdat')
mdsconnect('localhost:8001');
else
mdsconnect('localhost');
end
user=getenv('USER');
if nargin>=4 & ~isempty(varargin{1})
......
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