summarylogtreecommitdiffstats
path: root/step_to_h5m.py
diff options
context:
space:
mode:
Diffstat (limited to 'step_to_h5m.py')
-rw-r--r--step_to_h5m.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/step_to_h5m.py b/step_to_h5m.py
index 3796e3a76067..698f317a1242 100644
--- a/step_to_h5m.py
+++ b/step_to_h5m.py
@@ -2,6 +2,7 @@
import sys
import CAD_to_OpenMC.assembly as ab
a=ab.Assembly()
-a.stp_files=["./fuel_pins.step"]
+a.stp_files=["~/.cache/yay/python-cad_to_openmc/src/CAD_to_OpenMC/examples/7pin.step"]
a.import_stp_files()
+a.merge_all()
a.solids_to_h5m()