mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Adding a version change note for Operator.__init_.
This commit is contained in:
parent
e6cd4449e1
commit
1d211aefe6
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ class Operator(TransportOperator):
|
|||
directly. Instead, an instance of this class is passed to an integrator
|
||||
class, such as :class:`openmc.deplete.CECMIntegrator`.
|
||||
|
||||
.. versionchanged:: 0.13.0
|
||||
The geometry and settings parameters have been replaced with a
|
||||
model parameter that takes an openmc.Model object
|
||||
|
||||
Parameters
|
||||
----------
|
||||
model : openmc.Model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue