From e455c3d58e83f3ecff41c22b314ecfa034901a22 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 31 Mar 2021 18:27:37 -0500 Subject: [PATCH] Adding a quick comment. --- tests/regression_tests/rotation/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/regression_tests/rotation/test.py b/tests/regression_tests/rotation/test.py index 7a59ce2000..25aada5aad 100644 --- a/tests/regression_tests/rotation/test.py +++ b/tests/regression_tests/rotation/test.py @@ -22,7 +22,8 @@ def model(): hydrogen_cell = openmc.Cell(fill=h1, region=+inner_sphere) univ = openmc.Universe(cells=[fuel_cell, hydrogen_cell]) - + # Create one cell on top of the other. Only one + # has a rotation box = openmc.rectangular_prism(15., 15., 'z', boundary_type='vacuum') lower_z = openmc.ZPlane(-7.5, boundary_type='vacuum') upper_z = openmc.ZPlane(22.5, boundary_type='vacuum')