Skip to content

Commit

Permalink
Merge pull request #326 from fusion-energy/shimwell-patch-3
Browse files Browse the repository at this point in the history
update for latest c2d api
  • Loading branch information
shimwell authored Jun 6, 2024
2 parents 6a6387a + 5d998a5 commit 3cf36ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paramak/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def export_solids_to_dagmc_h5m(

my_model = CadToDagmc()

my_model.add_cadquery_object(object=solids, material_tags=tags)
my_model.add_cadquery_object(cadquery_object=solids, material_tags=tags)

my_model.export_dagmc_h5m_file(max_mesh_size=max_mesh_size, min_mesh_size=min_mesh_size, filename=filename)

Expand Down

0 comments on commit 3cf36ca

Please sign in to comment.