From f9172b5b274170668a5b73a876464b19a7182e46 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 22 Dec 2016 10:52:03 +0000 Subject: [PATCH] Corrected some grammar. --- docs/source/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/input.rst b/docs/source/input.rst index da5ac663..9a72c748 100644 --- a/docs/source/input.rst +++ b/docs/source/input.rst @@ -30,7 +30,7 @@ Unless otherwise specified, the SI system of units is used throughout gprMax: * All parameters denoting frequency should be specified in **Hertz**. * All parameters associated with spatial coordinates in the model should be specified in **metres**. The origin of the coordinate system **(0,0)** is at the lower left corner of the model. -It is important to note that gprMax converts spatial and temporal parameters given in **metres** and **seconds** respectively to integer values corresponding to **FDTD cell coordinates** and **iteration number**. Therefore, rounding to the nearest integer number of the user defined values is performed. +It is important to note that gprMax converts spatial and temporal parameters given in **metres** and **seconds** to integer values corresponding to **FDTD cell coordinates** and **iteration number** respectively. Therefore, rounding to the nearest integer number of the user defined values is performed. The fundamental spatial and temporal discretization steps are denoted as :math:`\Delta x` , :math:`\Delta y`, :math:`\Delta z` and :math:`\Delta t` respectively.