Skip to content

Commit 157a97f

Browse files
committed
updates 2
1 parent c65a577 commit 157a97f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/model_creation/examples/hodgkin_huxley_equation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ ILmodel = @reaction_network ILmodel begin
160160
@variables V(t) Iₗ(t)
161161
@equations Iₗ ~ ḡL*(V-EL)
162162
end
163+
nothing # hide
163164
```
164165

165166
We next define the voltage dynamics with unspecified values for the currents
@@ -169,6 +170,7 @@ hhmodel2 = @reaction_network hhmodel2 begin
169170
@variables V(t) Iₖ(t) Iₙₐ(t) Iₗ(t)
170171
@equations D(V) ~ -1/C * (Iₖ + Iₙₐ + Iₗ) + Iapp(t,I₀)
171172
end
173+
nothing # hide
172174
```
173175
Finally, we extend the `hhmodel` with the systems defining the ion channel currents
174176
```@example hh1

0 commit comments

Comments
 (0)