From daeeacba8f4a98c6b7592f7e4f1f5a5be1df5ad5 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 25 Jan 2016 13:57:55 +0000 Subject: [PATCH] Improved some of the text describing the snapshot command. --- 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 76c0c935..fe67d7f1 100644 --- a/docs/source/input.rst +++ b/docs/source/input.rst @@ -236,7 +236,7 @@ or * ``f1 f2 f3`` are the lower left (x,y,z) coordinates of the volume of the snapshot in metres. * ``f4 f5 f6`` are the upper right (x,y,z) coordinates of the volume of the snapshot in metres. * ``f7 f8 f9`` are the spatial discretisation of the snapshot in metres. -* ``f10`` or ``i1`` are the snapshot time in seconds (float number) or the iteration number (integer number) respectively which denote the point in time at which the snapshot will be taken. +* ``f10`` or ``i1`` are the time in seconds (float) or the iteration number (integer) which denote the point in time at which the snapshot will be taken. * ``file1`` is the filename of the file where the snapshot will be stored. For example to save a snapshot of the electromagnetic fields in the model at a simulated time of 3 nanoseconds use: ``#snapshot: 0 0 0 1 1 1 0.1 0.1 0.1 3e-9 snap1``