From 04e7e24303cd4d1018d80e79dfb8e2fde8059a0c Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 24 Sep 2018 12:24:27 +0100 Subject: [PATCH] Fixed typo in the documentation that describes the initial conditions --- doc/RTD/source/InitialConditions/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RTD/source/InitialConditions/index.rst b/doc/RTD/source/InitialConditions/index.rst index eba438c722..19ead066c4 100644 --- a/doc/RTD/source/InitialConditions/index.rst +++ b/doc/RTD/source/InitialConditions/index.rst @@ -123,7 +123,7 @@ RuntimePars In the ``/RuntimePars/``, the following attributes are required: -+ ``PeriodicBoundaryConditionsOn``, a flag to tell the code whether or not you ++ ``PeriodicBoundariesOn``, a flag to tell the code whether or not you have periodic boundaries switched on. Again, this is historical; it should be set to 1 (default) if you have the code running in periodic mode, or 0 otherwise. -- GitLab