mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
add missing returns
This commit is contained in:
parent
7643aafc79
commit
1777cee15a
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ def search_for_keff(model_builder, initial_guess=None, target=1.0,
|
|||
# Perform the search
|
||||
if not run_in_memory:
|
||||
zero_value = root_finder(**args)
|
||||
return zero_value
|
||||
return zero_value, guesses, results
|
||||
|
||||
else:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue