mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Fix variable name.
This commit is contained in:
parent
532667fba5
commit
5cd52a4048
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class Model(object):
|
|||
"""Export model to XML files."""
|
||||
|
||||
self.settings.export_to_xml()
|
||||
if not settings.dagmc:
|
||||
if not self.settings.dagmc:
|
||||
self.geometry.export_to_xml()
|
||||
|
||||
# If a materials collection was specified, export it. Otherwise, look
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue