mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
removed import cos
This commit is contained in:
parent
86ec0658c5
commit
ccda2d3af3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import openmc
|
||||
import openmc.stats
|
||||
from math import pi, cos
|
||||
from math import pi
|
||||
|
||||
def test_source():
|
||||
space = openmc.stats.Point()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue