mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Rename results.py stepresult.py
This commit is contained in:
parent
8bfb1889b9
commit
bd7b33c636
4 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ from .chain import *
|
|||
from .operator import *
|
||||
from .reaction_rates import *
|
||||
from .atom_number import *
|
||||
from .results import *
|
||||
from .stepresult import *
|
||||
from .results_list import *
|
||||
from .integrators import *
|
||||
from . import abc
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ from uncertainties import ufloat
|
|||
from openmc.lib import MaterialFilter, Tally
|
||||
from openmc.checkvalue import check_type, check_greater_than
|
||||
from openmc.mpi import comm
|
||||
from .results import StepResult
|
||||
from .stepresult import StepResult
|
||||
from .chain import Chain
|
||||
from .results_list import Results
|
||||
from .pool import deplete
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ from warnings import warn
|
|||
import h5py
|
||||
import numpy as np
|
||||
|
||||
from .results import StepResult, VERSION_RESULTS
|
||||
from .stepresult import StepResult, VERSION_RESULTS
|
||||
import openmc.checkvalue as cv
|
||||
from openmc.data.library import DataLibrary
|
||||
from openmc.material import Material, Materials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue