mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed openmc import statement in distribcell test
This commit is contained in:
parent
6397da9f15
commit
079c570708
1 changed files with 4 additions and 2 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue