From 12bd25d286163e3147e8f42436092c6c7bdd6833 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Fri, 8 Oct 2021 12:10:35 +0000
Subject: [PATCH] making name uniform (nbi->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 f8d9bfde..65e1b316 100644
--- a/matlab/TCV/gdat_tcv.m
+++ b/matlab/TCV/gdat_tcv.m
@@ -2462,7 +2462,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
       end
     end
     %
-    if any(strmatch('nb',gdat_data.gdat_params.source))
+    if any(strmatch('nbi1',gdat_data.gdat_params.source))
       nodenameeff = '\results::NBH:POWR_TCV';
       nbh_data_tdi = tdi(nodenameeff);
       if ~isempty(nbh_data_tdi.data) && ~ischar(nbh_data_tdi.data) && ~isempty(nbh_data_tdi.dim)
-- 
GitLab