From 4460a120a365d633a2fbe4a2bb6a67d37a2ff6fe Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 12 Feb 2020 12:55:21 +0000 Subject: [PATCH] further review comments regarding style --- docs/source/io_formats/settings.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/io_formats/settings.rst b/docs/source/io_formats/settings.rst index f224df265..5392efef5 100644 --- a/docs/source/io_formats/settings.rst +++ b/docs/source/io_formats/settings.rst @@ -603,12 +603,12 @@ attributes/sub-elements: .. _custom_source: Custom Sources -++++++++++++++++++++++++++++++++++++ +++++++++++++++ It is often the case that one may wish to simulate a complex source distribution, which may include physics not present within OpenMC or to be phase space complex. It -is possible to define complex source with an externally defined source function -and loaded at runtime. A simple example source is shown below. +is possible to define a complex source with an externally defined source function +that is loaded at runtime. A simple example source is shown below. .. code-block:: c++ @@ -637,7 +637,7 @@ and loaded at runtime. A simple example source is shown below. } The above source, creates 14.08 MeV neutrons, with an istropic direction -vector but distributed in a ring of radius three cm. This routine is +vector but distributed in a ring with a 3 cm radius. This routine is not particular complex, but should serve as an example upon which to build more complicated sources.