mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
removed debug statement
This commit is contained in:
parent
2332a679fa
commit
03f33943ad
1 changed files with 0 additions and 1 deletions
|
|
@ -188,7 +188,6 @@ def segment_pin(n_rings, n_wedges, r_fuel, r_gap, r_clad):
|
|||
|
||||
fuel_wedges = [openmc.Plane(a=math.cos(theta[i]), b=math.sin(theta[i]))
|
||||
for i in range(n_wedges)]
|
||||
print(fuel_wedges)
|
||||
|
||||
gap_ring = openmc.ZCylinder(x0=0, y0=0, r=r_gap)
|
||||
clad_ring = openmc.ZCylinder(x0=0, y0=0, r=r_clad)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue