From 4e0b0dd696939fcafe7f1528568e1616a8a23bfd Mon Sep 17 00:00:00 2001
From: Francesco Carpanese <francesco.carpanese@epfl.ch>
Date: Mon, 20 Jan 2020 17:59:28 +0000
Subject: [PATCH] Resolve "Fix routine to plot connection matrix in TCV_IMAS
 routines"

---
 matlab/TCV_IMAS/plot_connection_matrices.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/TCV_IMAS/plot_connection_matrices.m b/matlab/TCV_IMAS/plot_connection_matrices.m
index b3e8be0f..0d452f90 100644
--- a/matlab/TCV_IMAS/plot_connection_matrices.m
+++ b/matlab/TCV_IMAS/plot_connection_matrices.m
@@ -28,9 +28,9 @@ for kk=1:info_pf_active.ntotcircuits
       addcolor = '\color{green}';
     end
     
-    xlab{index} = [addcolor info_pf_active.supply{ii}.name{:} 'in'];
+    xlab{index} = [addcolor info_pf_active.supply{ii}.name 'in'];
     index = index +1;
-    xlab{index} = [addcolor info_pf_active.supply{ii}.name{:} 'out'];
+    xlab{index} = [addcolor info_pf_active.supply{ii}.name 'out'];
   end
   for ii=1:info_pf_active.ntotcoils
     if any(ii==info_pf_active.circuit{kk}.coils_ind_belonging_to_circuit)
-- 
GitLab