Now import numpy in openmc.mgxs to support GROUP_STRUCTURES module variable

This commit is contained in:
Will Boyd 2018-11-07 18:11:42 -05:00
parent 72e2af4c61
commit 82aeda6882

View file

@ -1,3 +1,4 @@
import numpy as np
from openmc.mgxs.groups import EnergyGroups
from openmc.mgxs.library import Library