Skip to content

Commit

Permalink
vis commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 2, 2024
1 parent a3cb9fa commit 41a6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spherical_tokamak_from_plasma_with_divertor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
my_reactor.save("spherical_tokamak_from_plasma_with_divertor.step")
print('written spherical_tokamak_from_plasma_with_divertor.step')

vis.show(my_reactor)
# vis.show(my_reactor)
# my_model = CadToDagmc()
# material_tags = ["mat1"] * 21 # the two divertors split the 3 blanket layers into 9 and the magnets also splt the blanket.
# my_model.add_cadquery_object(cadquery_object=my_reactor, material_tags=material_tags)
Expand Down

0 comments on commit 41a6d8f

Please sign in to comment.