Formatting fixes

This commit is contained in:
Paul Romano 2022-12-22 14:49:47 -06:00
parent 731eff8817
commit ddbd61cc97
2 changed files with 1 additions and 1 deletions

View file

@ -162,6 +162,7 @@ endif()
#===============================================================================
# MCPL
#===============================================================================
if (OPENMC_USE_MCPL)
find_package(MCPL REQUIRED)
message(STATUS "Found MCPL: ${MCPL_DIR} (found version \"${MCPL_VERSION}\")")

View file

@ -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")