Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 20, 2024
1 parent 3f20567 commit 8871764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/model_benchmark_zoo/simpletokamak.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def cadquery_assembly(self):

assembly = cq.Assembly(name="simpletokamak")

# sphere_envelope = cq.Workplane().sphere(self.radius + self.blanket_thicknesses)

center_column_height = self.radius + self.blanket_thicknesses + self.center_column_extent_beyond_blanket

sphere1 = cq.Workplane().sphere(self.radius)
Expand Down

0 comments on commit 8871764

Please sign in to comment.