Added default setting for prism boundary type parameter to docstring

This commit is contained in:
Will Boyd 2017-03-07 08:14:48 -05:00
parent 2909cbbb25
commit fd79f41bc4

View file

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