Commit 0ee4734c authored by Julien Muchembled's avatar Julien Muchembled

Fix docstring of SimulableMixin._updateSimulation

parent 56eeeeb9
...@@ -526,8 +526,8 @@ class SimulableMixin(Base): ...@@ -526,8 +526,8 @@ class SimulableMixin(Base):
create_root -- if a root applied rule is missing, create and expand it create_root -- if a root applied rule is missing, create and expand it
expand_root -- expand related root applied rule, expand_root -- expand related root applied rule,
create it before if missing create it before if missing
expand_related -- reindex related simulation movements (recursively) expand_related -- expand related simulation movements
index_related -- expand related simulation movements index_related -- reindex related simulation movements (recursively)
""" """
if create_root or expand_root: if create_root or expand_root:
applied_rule = self._getRootAppliedRule() applied_rule = self._getRootAppliedRule()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment