Make `pas/e` GLOBAL instead of RANGE (#1372)
- Make reversal potential `e` a global parameter of `pas` to avoid inconsistency (reversal potential is represented by a RANGE parameter, despite it not being a conductance multiplier see #1052) - Adjust default value of `e` to -70mV (as in Neuron) - Streamline docs, which use `passive`, `el`, and `gl` instead of `passive`, `e`, and `g`. Closes #1052
Showing
- doc/concepts/decor.rst 10 additions, 10 deletionsdoc/concepts/decor.rst
- doc/concepts/mechanisms.rst 6 additions, 6 deletionsdoc/concepts/mechanisms.rst
- doc/python/mechanisms.rst 5 additions, 5 deletionsdoc/python/mechanisms.rst
- example/gap_junctions/gap_junctions.cpp 1 addition, 2 deletionsexample/gap_junctions/gap_junctions.cpp
- example/lfp/lfp.cpp 1 addition, 1 deletionexample/lfp/lfp.cpp
- mechanisms/default/pas.mod 8 additions, 10 deletionsmechanisms/default/pas.mod
Please register or sign in to comment