Skip to content

Commit

Permalink
Merge pull request #130 from svalinn/nwl-example-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Jul 16, 2024
2 parents 837de9d + b8a7b33 commit 8e8e537
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Examples/nwl_geom_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@
file.write(f'{tet}\n')

# Export DAGMC neutronics H5M file
stellarator.export_dagmc(
stellarator.build_cubit_model(
skip_imprint=True,
legacy_faceting=True,
legacy_faceting=True
)
stellarator.export_dagmc(
filename='nwl_geom',
export_dir=export_dir
)

0 comments on commit 8e8e537

Please sign in to comment.