From c72d348e395b3402f6bd470b2f9ec38f7ebded47 Mon Sep 17 00:00:00 2001 From: Anton Golovanov Date: Fri, 5 May 2017 18:14:12 +0300 Subject: [PATCH] ExtField incorrect example --- doc/Sphinx/namelist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Sphinx/namelist.rst b/doc/Sphinx/namelist.rst index d05d648a0..e0dbb15ec 100644 --- a/doc/Sphinx/namelist.rst +++ b/doc/Sphinx/namelist.rst @@ -709,7 +709,7 @@ External fields An external field can be applied using an ``ExtField`` block:: ExtField( - fields = ["Ex"], + field = "Ex", profile = constant(0.01, xvacuum=0.1) )