removed import cos

This commit is contained in:
cpf 2022-05-25 17:32:34 +02:00
parent 86ec0658c5
commit ccda2d3af3

View file

@ -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()