From 3e77ac4d0cdae9c3ae535348046be7d46b4eb562 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Fri, 8 Oct 2021 12:09:33 +0000 Subject: [PATCH] changing label from P_nbi to P_nbi1 --- matlab/TCV/gdat_tcv.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/TCV/gdat_tcv.m b/matlab/TCV/gdat_tcv.m index b0634d90..d3eead55 100644 --- a/matlab/TCV/gdat_tcv.m +++ b/matlab/TCV/gdat_tcv.m @@ -2476,7 +2476,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase') gdat_data.nbi.t=gdat_data.nbi.dim{1}; gdat_data.nbi.x=[]; gdat_data.nbi.data_fullpath=[nodenameeff]; - gdat_data.nbi.label='P_{nbi}'; + gdat_data.nbi.label='P_{nbi1}'; gdat_data.nbi.help = nbh_data_tdi.help; nodenameeff2 = '\results::nbh:energy'; gdat_data.nbi.data_fullpath=[nodenameeff ' *1e6 for W; and ' nodenameeff2 ' *1e3 for eV']; -- GitLab