mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
fix bug
This commit is contained in:
parent
eb9dcac3b5
commit
0a10fe379b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class _KeffSearchControl:
|
|||
if not result.converged:
|
||||
raise ValueError(
|
||||
f"Search for keff failed to converge. "
|
||||
f"Termination reason: {result.termination_reason}"
|
||||
f"Termination reason: {result.flag}"
|
||||
)
|
||||
|
||||
root = result.root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue