From 4a90275a146196683f30631e1ea72a7c3e3c316e Mon Sep 17 00:00:00 2001 From: James McClure Date: Mon, 16 Jan 2023 15:43:48 -0500 Subject: [PATCH] fix bullet list in cell doc --- docs/source/userGuide/models/cell/cell.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/userGuide/models/cell/cell.rst b/docs/source/userGuide/models/cell/cell.rst index 91c64141..f21d307a 100644 --- a/docs/source/userGuide/models/cell/cell.rst +++ b/docs/source/userGuide/models/cell/cell.rst @@ -196,6 +196,7 @@ There are currently two supported ways to specify the membrane location: 1. provide a segemented image that is labeled to differentiate the cell interior and exterior. See the script ``NaCl-cell.py`` and input file ``NaCl.db`` as a reference for how to use labeled images. + - ``IonConcentrationFile`` -- list of files that specify the initial concentration for each ion - ``Filename`` -- 8-bit binary file provided in the ``Domain`` section of the input database - ``ReadType`` -- this should be ``"8bit"`` (this is the default)