From 104bdfd41850c6d86e12e85cd4f30b370ebe1921 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Thu, 20 Mar 2003 15:13:38 +0000 Subject: [PATCH] fix minor bug git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1892 d63d8f72-b253-0410-a779-e742ad2e26cf --- JET/loadJETdata.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/JET/loadJETdata.m b/JET/loadJETdata.m index 7e8fa359..34640c3a 100644 --- a/JET/loadJETdata.m +++ b/JET/loadJETdata.m @@ -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 -- GitLab