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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/step_to_h5m.py b/step_to_h5m.py
index 698f317a1242..98cd9a992ad5 100644
--- a/step_to_h5m.py
+++ b/step_to_h5m.py
@@ -1,8 +1,6 @@
-
-import sys
import CAD_to_OpenMC.assembly as ab
a=ab.Assembly()
-a.stp_files=["~/.cache/yay/python-cad_to_openmc/src/CAD_to_OpenMC/examples/7pin.step"]
+a.stp_files=["./fuel_pins.step"]
a.import_stp_files()
a.merge_all()
a.solids_to_h5m()