Fixed openmc import statement in CMFD tests

This commit is contained in:
Will Boyd 2015-04-30 18:01:29 -04:00
parent 04701a311a
commit 06be09e36f
3 changed files with 3 additions and 6 deletions

View file

@ -3,11 +3,10 @@
import sys
import numpy as np
import openmc
sys.path.insert(0, '../../src/utils')
# import statepoint
import openmc
from openmc.statepoint import StatePoint
# read in statepoint file

View file

@ -3,11 +3,10 @@
import sys
import numpy as np
import openmc
sys.path.insert(0, '../../src/utils')
# import statepoint
import openmc
from openmc.statepoint import StatePoint
# read in statepoint file

View file

@ -3,11 +3,10 @@
import sys
import numpy as np
import openmc
sys.path.insert(0, '../../src/utils')
# import statepoint
import openmc
from openmc.statepoint import StatePoint
# read in statepoint file