Skip to content
Snippets Groups Projects
Commit 4e0b0dd6 authored by Francesco Carpanese's avatar Francesco Carpanese Committed by Antoine Merle
Browse files

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

parent a3bf8baf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment