From fd79f41bc476cade229568b3828ce67cfdfe0680 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Tue, 7 Mar 2017 08:14:48 -0500 Subject: [PATCH] Added default setting for prism boundary type parameter to docstring --- openmc/surface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/surface.py b/openmc/surface.py index 698e194a0..4f20c856c 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -1903,7 +1903,7 @@ def get_rectangular_prism(width, height, axis='z', origin=(0., 0.), Defaults to (0., 0.). boundary_type : {'transmission, 'vacuum', 'reflective', 'periodic'} Boundary condition that defines the behavior for particles hitting the - surfaces comprising the rectangular prism. + surfaces comprising the rectangular prism (default is 'transmission'). Returns ------- @@ -1965,7 +1965,7 @@ def get_hexagonal_prism(edge_length=1., orientation='y', parallel to the y-axis. boundary_type : {'transmission, 'vacuum', 'reflective', 'periodic'} Boundary condition that defines the behavior for particles hitting the - surfaces comprising the hexagonal prism. + surfaces comprising the hexagonal prism (default is 'transmission'). Returns -------