mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
minor fix
This commit is contained in:
parent
5737c39e41
commit
22b1fe29eb
1 changed files with 2 additions and 1 deletions
|
|
@ -201,4 +201,5 @@ def search_for_keff(model_builder, initial_guess=None, target=1.0,
|
|||
# Perform the search
|
||||
zero_value = root_finder(**args)
|
||||
|
||||
return zero_value, guesses, results
|
||||
return zero_value, guesses, results
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue