Skip to content
Snippets Groups Projects
Unverified Commit 1e4bd830 authored by Robin De Schepper's avatar Robin De Schepper Committed by GitHub
Browse files

Updated cable_cell constructor parameter order (#2236)

parent f8853fc1
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,10 @@ Cable cells
:param morphology: the morphology of the cell
:type morphology: :py:class:`morphology` or :py:class:`segment_tree`
:param labels: dictionary of labeled regions and locsets
:type labels: :py:class:`label_dict`
:param decorations: the decorations on the cell
:type decorations: :py:class:`decor`
:param labels: dictionary of labeled regions and locsets
:type labels: :py:class:`label_dict`
.. method:: placed_lid_range(index)
......
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