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

fix anasrv use for autofit profnerho

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1982 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 874e1c48
No related branches found
No related tags found
No related merge requests found
......@@ -566,6 +566,11 @@ switch TCVkeywrdcase{index}
nodenameeff=['\results::THOMSON.PROFILES.AUTO:te'];
avers=tdi('\results::THOMSON.PROFILES.AUTO:te:version_num');
end
if avers.data==0
% may be because nodes not yet filled in, so call once a node
ab=tdi(nodenameeff);
avers=tdi([nodenameeff ':version_num']);
end
if avers.data>0
tracetdi=tdi(nodenameeff);
if avers.data < 2.99
......
......@@ -8,6 +8,7 @@ ii=findstr('/',a);
a=a(1:ii(end));
machines=[{'JET'} {'TCV'} {'AUG'} {'D3D'}];
machines=[{'JET'} {'TCV'} {'AUG'}];
for i=1:length(machines)
addpath([a machines{i}])
......
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