mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Formatting fixes
This commit is contained in:
parent
731eff8817
commit
ddbd61cc97
2 changed files with 1 additions and 1 deletions
|
|
@ -162,6 +162,7 @@ endif()
|
|||
#===============================================================================
|
||||
# MCPL
|
||||
#===============================================================================
|
||||
|
||||
if (OPENMC_USE_MCPL)
|
||||
find_package(MCPL REQUIRED)
|
||||
message(STATUS "Found MCPL: ${MCPL_DIR} (found version \"${MCPL_VERSION}\")")
|
||||
|
|
|
|||
|
|
@ -1026,7 +1026,6 @@ class Settings:
|
|||
subelement = ET.SubElement(element, "mcpl")
|
||||
subelement.text = str(self._sourcepoint['mcpl']).lower()
|
||||
|
||||
|
||||
def _create_surf_source_read_subelement(self, root):
|
||||
if self._surf_source_read:
|
||||
element = ET.SubElement(root, "surf_source_read")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue