Skip to content

Commit

Permalink
fixed #533
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Jul 8, 2020
1 parent 3c7f434 commit a616c83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion +xolotl/version.m
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
function version()
disp('v20.6.24');
disp('v20.7.8');
8 changes: 8 additions & 0 deletions docs/reference/units.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

``xolotl`` doesn't come with a automatic unit handling system like in ``NEURON``, ``BRIAN``, or in ``Julia``, so you have to pay attention and make sure your parameters are in the right units. The following are default units for various parameters.

## Units of input parameters

| Variable | Units |
| -----------------------| ------------|
Expand All @@ -17,3 +18,10 @@
| Calcium concentration | μM |
| temperature | C |

## Units of outputs

| Variable | Units |
| ------------ | ------ |
| Voltage | mV |
| Calcium concentration | μM |
| Current (density) | $nA/mm^2$ |

0 comments on commit a616c83

Please sign in to comment.