From 0a18e051c80e3c710aee127d09241ed03c2aa822 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 24 Apr 2012 17:17:33 -0400 Subject: [PATCH] Fixed description of filter in user's guide. --- docs/source/usersguide/input.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 4aab4684ad..af638e494c 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -579,17 +579,16 @@ The following filters can be specified for a tally: :energy: A monotonically increasing list of bounding **pre-collision** energies for a - number of groups. For example, if the following energy filter is specified - as ``0.0 1.0 20.0``, then two energy bins will be created, - one with energies between 0 and 1 MeV and the other with energies between 1 - and 20 MeV. + number of groups. For example, if this filter is specified as ``0.0 + 1.0 20.0``, then two energy bins will be created, one with energies + between 0 and 1 MeV and the other with energies between 1 and 20 MeV. :energyout: A monotonically increasing list of bounding **post-collision** energies for - a number of groups. For example, if the following energy filter is specified - as ``0.0 1.0 20.0``, then two energy bins will be created, - one with energies between 0 and 1 MeV and the other with energies between 1 - and 20 MeV. + a number of groups. For example, if this filter is specified as + ``0.0 1.0 20.0``, then two post-collision energy bins + will be created, one with energies between 0 and 1 MeV and the other with + energies between 1 and 20 MeV. :mesh: The ``id`` of a structured mesh to be tallied over.