mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Now writing a geometry file regardless CSG/CAD geometry use.
This commit is contained in:
parent
28153780a7
commit
0f08cfe3d0
1 changed files with 1 additions and 2 deletions
|
|
@ -179,8 +179,7 @@ class Model:
|
|||
d.mkdir(parents=True)
|
||||
|
||||
self.settings.export_to_xml(d)
|
||||
if not self.settings.dagmc:
|
||||
self.geometry.export_to_xml(d)
|
||||
self.geometry.export_to_xml(d)
|
||||
|
||||
# If a materials collection was specified, export it. Otherwise, look
|
||||
# for all materials in the geometry and use that to automatically build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue