Add missing import in openmc.filter

This commit is contained in:
Paul Romano 2015-06-29 07:49:46 +07:00
parent 98206be1fe
commit b221fd640f

View file

@ -2,6 +2,8 @@ from collections import Iterable
import copy
from numbers import Real, Integral
import numpy as np
from openmc import Mesh
from openmc.constants import *
from openmc.checkvalue import check_type