From bce14a1e00ec7d9b2f1f49c921a2ee7fc2cda471 Mon Sep 17 00:00:00 2001 From: Kai Szuttor <2150555+KaiSzuttor@users.noreply.github.com> Date: Fri, 26 Oct 2018 14:27:28 +0200 Subject: [PATCH] Merge pull request #2340 from pkreissl/sphinx_cellsystem_syntax Correct syntax for setting skin. --- doc/sphinx/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/introduction.rst b/doc/sphinx/introduction.rst index a0d8abb7e39..7eeefc39756 100644 --- a/doc/sphinx/introduction.rst +++ b/doc/sphinx/introduction.rst @@ -151,7 +151,7 @@ concerning the simulation system such as box geometry, time step or :ref:`cell-s print("The box dimensions are {}".format(system.box_l)) system.time_step = 0.01 - system.cellsystem.skin = 0.4 + system.cell_system.skin = 0.4 .. rubric:: Particles