Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion process/io/plot_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ def plot_pf_coils(axis, mfile_data, scan, colour_scheme):

# If Central Solenoid present, ignore last entry in for loop
# The last entry will be the OH coil in this case
if iohcl == 0:
if iohcl == 1:
noc = number_of_coils - 1
else:
noc = number_of_coils
Expand Down
2 changes: 1 addition & 1 deletion process/pfcoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -2341,7 +2341,7 @@ def outpf(self):
op.ovarre(
self.mfile,
f"PF coil {k} radius (m)",
f"(rpf[{k}]",
f"(rpf[{k}])",
pfv.rpf[k],
)
op.ovarre(
Expand Down