mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
removed unnecessary imports in mdgx.py
This commit is contained in:
parent
cdca6f3e1a
commit
b400045ded
1 changed files with 1 additions and 4 deletions
|
|
@ -10,12 +10,9 @@ import abc
|
|||
|
||||
import numpy as np
|
||||
|
||||
from openmc import Mesh
|
||||
import openmc
|
||||
from openmc.mgxs import MGXS
|
||||
import openmc.checkvalue as cv
|
||||
from openmc.mgxs.groups import EnergyGroups
|
||||
from openmc.mgxs.mgxs import MGXS, MGXS_TYPES, DOMAIN_TYPES, _DOMAINS
|
||||
|
||||
|
||||
# Supported cross section types
|
||||
MDGXS_TYPES = ['delayed-nu-fission',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue