Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Sep 28, 2024
1 parent 83f47cf commit 5809f5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/spherical_tokamak_from_plasma_minimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
radial_builds=[
[
(paramak.LayerType.GAP, 10),
(LayerType.SOLID, 50),
(LayerType.SOLID, 15),
(paramak.LayerType.SOLID, 50),
(paramak.LayerType.SOLID, 15),
(paramak.LayerType.GAP, 50),
(paramak.LayerType.PLASMA, 300),
(paramak.LayerType.GAP, 60),
(LayerType.SOLID, 15),
(LayerType.SOLID, 60),
(LayerType.SOLID, 10),
(paramak.LayerType.SOLID, 15),
(paramak.LayerType.SOLID, 60),
(paramak.LayerType.SOLID, 10),
]
],
elongation=2,
Expand Down

0 comments on commit 5809f5b

Please sign in to comment.