Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Jan 9, 2024
1 parent ee0ed7d commit f0952a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/multiple_stp_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
my_model.add_stp_file("two_connected_cubes.stp", material_tags=["mat1", "mat2"])
my_model.add_stp_file("single_sphere.stp", material_tags=["mat3"])

my_model.export_dagmc_h5m_file(max_mesh_size=1, min_mesh_size=0.5, implicit_complement_material_tag='air')
my_model.export_dagmc_h5m_file(
max_mesh_size=1, min_mesh_size=0.5, implicit_complement_material_tag="air"
)

0 comments on commit f0952a9

Please sign in to comment.