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

Merge remote-tracking branch 'origin/master' into wpcd-eqreconstruct-ws

parents bbaea3e8 0d0de39f
No related branches found
No related tags found
1 merge request!39Set same error_bars as LIUQE weights for eqreconstruct IDSs
Pipeline #31129 passed
...@@ -28,9 +28,9 @@ for kk=1:info_pf_active.ntotcircuits ...@@ -28,9 +28,9 @@ for kk=1:info_pf_active.ntotcircuits
addcolor = '\color{green}'; addcolor = '\color{green}';
end end
xlab{index} = [addcolor info_pf_active.supply{ii}.name{:} 'in']; xlab{index} = [addcolor info_pf_active.supply{ii}.name 'in'];
index = index +1; index = index +1;
xlab{index} = [addcolor info_pf_active.supply{ii}.name{:} 'out']; xlab{index} = [addcolor info_pf_active.supply{ii}.name 'out'];
end end
for ii=1:info_pf_active.ntotcoils for ii=1:info_pf_active.ntotcoils
if any(ii==info_pf_active.circuit{kk}.coils_ind_belonging_to_circuit) 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