From 0064dbe69fd9340fb3f04bd7f6b1cf5ef78b6023 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 27 Jul 2016 13:38:31 +0100 Subject: [PATCH] Corrected some descriptive text. --- tools/Jupyter notebooks/plot_source_wave.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Jupyter notebooks/plot_source_wave.ipynb b/tools/Jupyter notebooks/plot_source_wave.ipynb index 15d799ed..1b1abb62 100644 --- a/tools/Jupyter notebooks/plot_source_wave.ipynb +++ b/tools/Jupyter notebooks/plot_source_wave.ipynb @@ -192,7 +192,7 @@ "print('Minimum wavelength: {:g} m'.format(wmin))\n", "print('Maximum spatial resolution: {:g} m'.format(dmin))\n", "print('Time step for 3D cubic cell: {:g} s'.format(dt3D))\n", - "print('Time step for 2D cubic cell: {:g} s'.format(dt2D))" + "print('Time step for 2D square cell: {:g} s'.format(dt2D))" ] } ],