mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove unnecessary import in __init__.py. Fix MG env var doc
This commit is contained in:
parent
d938fa0176
commit
b08d0eb51c
2 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import warnings
|
||||
|
||||
from openmc.arithmetic import *
|
||||
from openmc.cell import *
|
||||
from openmc.mesh import *
|
||||
|
|
|
|||
|
|
@ -980,7 +980,7 @@ class Materials(cv.CheckedList):
|
|||
:envvar:`OPENMC_CROSS_SECTIONS` environment variable will be used for
|
||||
continuous-energy calculations and
|
||||
:envvar:`OPENMC_MG_CROSS_SECTIONS` will be used for multi-group
|
||||
calculations to find the path to the XML cross section file.
|
||||
calculations to find the path to the HDF5 cross section file.
|
||||
multipole_library : str
|
||||
Indicates the path to a directory containing a windowed multipole
|
||||
cross section library. If it is not set, the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue