From c330b2c4a90d9d5aaf9ca9ce5a51ac860421b403 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 19 Nov 2015 13:07:28 +0000 Subject: [PATCH] Updated example of snapshots using Python scripting. --- docs/source/geometry_snapshots.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/geometry_snapshots.rst b/docs/source/geometry_snapshots.rst index 2dbb1daa..57c45b8c 100644 --- a/docs/source/geometry_snapshots.rst +++ b/docs/source/geometry_snapshots.rst @@ -39,7 +39,7 @@ Snapshot files The ``#snapshot:`` command produces an ImageData (.vti) snapshot file for each time instance requested. .. tip:: - You can take advantage of Python scripting to easily create a series of snapshots. For example, to create 30 snapshots starting at time 0.1ns until 3ns in intervals of 0.1ns, insert the following into your input file. + You can take advantage of Python scripting to easily create a series of snapshots. For example, to create 30 snapshots starting at time 0.1ns until 3ns in intervals of 0.1ns, use the following code snippet in your input file. Replace `x1 y1 z1 x2 y2 z2 dx dy dz` accordingly. .. code-block:: none