mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
missing underscore
This commit is contained in:
parent
ad8c7ed819
commit
ef4fe68125
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ from warnings import warn
|
|||
from numpy import nonzero, empty, asarray
|
||||
from uncertainties import ufloat
|
||||
|
||||
from openmc.checkvalue import checkvalue, check_type, check_greater_than, PathLike
|
||||
from openmc.checkvalue import check_value, check_type, check_greater_than, PathLike
|
||||
from openmc.mpi import comm
|
||||
from .stepresult import StepResult
|
||||
from .chain import Chain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue