Skip to content

Commit

Permalink
Merge pull request espressomd#2340 from pkreissl/sphinx_cellsystem_sy…
Browse files Browse the repository at this point in the history
…ntax

Correct syntax for setting skin.
  • Loading branch information
KaiSzuttor authored and RudolfWeeber committed Oct 26, 2018
1 parent 81ff4c7 commit bce14a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bce14a1

Please sign in to comment.