From 44d591ff48ffe3cde7a758290a396c4ba741e7c4 Mon Sep 17 00:00:00 2001 From: Christopher Fichtlscherer <29277544+cfichtlscherer@users.noreply.github.com> Date: Mon, 16 May 2022 14:39:28 +0200 Subject: [PATCH] Update openmc/stats/multivariate.py Co-authored-by: Paul Romano --- openmc/stats/multivariate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/stats/multivariate.py b/openmc/stats/multivariate.py index 228bdf9ea..98c76ea67 100644 --- a/openmc/stats/multivariate.py +++ b/openmc/stats/multivariate.py @@ -374,7 +374,7 @@ class SphericalIndependent(Spatial): r"""Spatial distribution represented in spherical coordinates. This distribution allows one to specify coordinates whose :math:`r`, - :math:`\cos_theta`, and :math:`\phi` components are sampled independently + :math:`\theta`, and :math:`\phi` components are sampled independently from one another and centered on the coordinates (x0, y0, z0). .. versionadded: 0.12