From 0982ee92aea4097b93db389211b40db834d0d76d Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 22 Jun 2014 21:32:07 -0400 Subject: [PATCH] Fix typo in user's manual for 'separate' attribute of source_point. --- docs/source/usersguide/input.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 19a0d620d..6e29e7ee5 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -401,21 +401,22 @@ attributes/sub-elements: :batches: A list of integers separated by spaces indicating at what batches a state - point file should be written. It should be noted that if source_separate - tag is not set to "true", this list must be a subset of state point batches. + point file should be written. It should be noted that if the ``separate`` + attribute is not set to "true", this list must be a subset of state point + batches. *Default*: Last batch only :interval: A single integer :math:`n` indicating that a state point should be written - every :math:`n` batches. This option can be given in lieu of listing - batches explicitly. It should be noted that if source_separate tag is not - set to "true", this value should produce a list of batches that is a subset - of state point batches. + every :math:`n` batches. This option can be given in lieu of listing batches + explicitly. It should be noted that if the ``separate`` attribute is not set + to "true", this value should produce a list of batches that is a subset of + state point batches. *Default*: None - :source_separate: + :separate: If this element is set to "true", a separate binary source point file will be written. Otherwise, the source sites will be written in the state point directly.