mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
add flux_operator to the __init__ module
This commit is contained in:
parent
22a29af6dc
commit
992d4c1661
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ A depletion front-end tool.
|
|||
from .nuclide import *
|
||||
from .chain import *
|
||||
from .operator import *
|
||||
from .flux_operator import *
|
||||
from .reaction_rates import *
|
||||
from .atom_number import *
|
||||
from .stepresult import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue