Fixed openmc import statement in distribcell test

This commit is contained in:
Will Boyd 2015-04-30 18:02:36 -04:00
parent 6397da9f15
commit 079c570708

View file

@ -1,10 +1,12 @@
#!/usr/bin/env python
import sys
import numpy as np
# import statepoint
sys.path.insert(0, '../../src/utils')
from openmc.statepoint import StatePoint
from openmc import Filter
import numpy as np
import sys
# read in statepoint file
sp3 = StatePoint(sys.argv[1])