mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removing print statement.
This commit is contained in:
parent
d707be0b3c
commit
6fe132e3c9
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ def test_dagmc():
|
|||
water.add_s_alpha_beta('c_H_in_H2O')
|
||||
water.set_density('g/cc', 1.0)
|
||||
water.id = 41
|
||||
print(water)
|
||||
|
||||
mats = openmc.Materials([u235, water])
|
||||
model.materials = mats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue