This commit is contained in:
Zhuoran Han 2018-08-23 15:33:19 -05:00
parent 57674ce33b
commit d4a6e8d827

View file

@ -1,7 +1,7 @@
import numpy as np
import openmc
import openmc.capi as capi
from collections import Iterable
from collections.abc import Iterable
def legendre_from_expcoef(coef, domain=(-1, 1)):