Skip to content

Commit a0de284

Browse files
committed
Fix typo in to_cherab_emitter
Fixes issue #313. Thanks @johnomotani!
1 parent 961aa42 commit a0de284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xbout/boutdataarray.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ def as_cherab_emitter(
11651165
parent=parent,
11661166
cylinder_zmin=cylinder_zmin,
11671167
cylinder_zmax=cylinder_zmax,
1168-
cylinder_rmin=cyliner_rmin,
1169-
cylinder_rmax=cyliner_rmax,
1168+
cylinder_rmin=cylinder_rmin,
1169+
cylinder_rmax=cylinder_rmax,
11701170
step=step,
11711171
)

0 commit comments

Comments
 (0)