Skip to content
Snippets Groups Projects
Commit 0d0de39f authored by Antoine Merle's avatar Antoine Merle
Browse files

Merge branch '16-fix-routine-to-plot-connection-matrix-in-tcv_imas-routines' into 'master'

Resolve "Fix routine to plot connection matrix in TCV_IMAS routines"

Closes #16

See merge request spc/tcv/tbx/gdat!35
parents a3bf8baf 4e0b0dd6
Branches
Tags
1 merge request!35Resolve "Fix routine to plot connection matrix in TCV_IMAS routines"
Pipeline #31127 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment