From a6124919259334a7d405113398e04cfeacd3ec0f Mon Sep 17 00:00:00 2001 From: Patrick Kreissl Date: Fri, 26 Oct 2018 13:23:45 +0200 Subject: [PATCH] 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