mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Rename results_list.py -> results.py
This commit is contained in:
parent
bd7b33c636
commit
5421bf0b1f
4 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ from .operator import *
|
|||
from .reaction_rates import *
|
||||
from .atom_number import *
|
||||
from .stepresult import *
|
||||
from .results_list import *
|
||||
from .results import *
|
||||
from .integrators import *
|
||||
from . import abc
|
||||
from . import cram
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from openmc.checkvalue import check_type, check_greater_than
|
|||
from openmc.mpi import comm
|
||||
from .stepresult import StepResult
|
||||
from .chain import Chain
|
||||
from .results_list import Results
|
||||
from .results import Results
|
||||
from .pool import deplete
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .abc import TransportOperator, OperatorResult
|
|||
from .atom_number import AtomNumber
|
||||
from .chain import _find_chain_file
|
||||
from .reaction_rates import ReactionRates
|
||||
from .results_list import Results
|
||||
from .results import Results
|
||||
from .helpers import (
|
||||
DirectReactionRateHelper, ChainFissionHelper, ConstantFissionYieldHelper,
|
||||
FissionYieldCutoffHelper, AveragedFissionYieldHelper, EnergyScoreHelper,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue