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

fix minor bug

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1892 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 34dc1f3d
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,10 @@ if size(data_type_eff,1)==1
end
if ~isempty(strmatch(data_type_eff_noext,[{'n1'} {'N1'}],'exact'))
data_type_eff_noext='n1';
end
if ~isempty(strmatch(data_type_eff_noext,[{'n2'} {'N2'}],'exact'))
data_type_eff_noext='n2';
end
if ~isempty(strmatch(data_type_eff_noext,[{'Rmag'}],'exact'))
data_type_eff_noext='rmag';
end
......@@ -228,8 +230,8 @@ JETsiglocation(:,JETsig.iq95)={'ppf'; 'efit/q95'};
JETsiglocation(:,JETsig.ikappa)={'ppf'; 'efit/elon'};
JETsiglocation(:,JETsig.ideltatop)={'ppf'; 'efit/triu'};
JETsiglocation(:,JETsig.ideltabot)={'ppf'; 'efit/tril'};
JETsiglocation(:,JETsig.in1)={'ppf'; 'jpf/da/c1-g101'};
JETsiglocation(:,JETsig.in2)={'ppf'; 'jpf/da/c1-g102'};
JETsiglocation(:,JETsig.in1)={'jpf'; 'da/c1-g101'};
JETsiglocation(:,JETsig.in2)={'jpf'; 'da/c1-g102'};
JETsiglocation(:,JETsig.ineint)={'ppf'; 'kg1v/lid3'};
% initialize order of substructures and allows just a "return" if data empty
......
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