mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Style fixes
This commit is contained in:
parent
3b08170639
commit
2b4fa56ca3
1 changed files with 2 additions and 7 deletions
|
|
@ -1158,7 +1158,7 @@ class Integrator(ABC):
|
|||
... k_tol=1e-4
|
||||
... )
|
||||
|
||||
Add keff search that sets the U235 density directly:
|
||||
Add keff search that adjusts the U235 density:
|
||||
|
||||
>>> def set_u235_density(u235_density):
|
||||
... # Get the material from openmc.lib
|
||||
|
|
@ -1181,12 +1181,7 @@ class Integrator(ABC):
|
|||
|
||||
"""
|
||||
self._keff_search_control = _KeffSearchControl(
|
||||
self.operator,
|
||||
function,
|
||||
x0,
|
||||
x1,
|
||||
bracket,
|
||||
**search_kwargs)
|
||||
self.operator, function, x0, x1, bracket, **search_kwargs)
|
||||
|
||||
@add_params
|
||||
class SIIntegrator(Integrator):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue