From b8a7b337a59f743d1bf818b88f3ea52713e16868 Mon Sep 17 00:00:00 2001 From: Connor Moreno Date: Thu, 11 Jul 2024 12:45:48 -0500 Subject: [PATCH] Update DAGMC export in NWL geometry example --- Examples/nwl_geom_example.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Examples/nwl_geom_example.py b/Examples/nwl_geom_example.py index f957a36b..6d945ef5 100644 --- a/Examples/nwl_geom_example.py +++ b/Examples/nwl_geom_example.py @@ -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 )