File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/model_creation/examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pages = Any[
20
20
" Model creation examples" => Any[
21
21
" model_creation/examples/basic_CRN_library.md" ,
22
22
" model_creation/examples/programmatic_generative_linear_pathway.md" ,
23
- # "model_creation/examples/hodgkin_huxley_equation.md",
23
+ " model_creation/examples/hodgkin_huxley_equation.md" ,
24
24
# "model_creation/examples/smoluchowski_coagulation_equation.md"
25
25
]
26
26
],
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cells such as neurons and muscle cells.
13
13
We begin by importing some necessary packages.
14
14
``` @example hh1
15
15
using ModelingToolkit, Catalyst, NonlinearSolve
16
- using DifferentialEquations , Symbolics
16
+ using OrdinaryDiffEq , Symbolics
17
17
using Plots
18
18
t = default_t()
19
19
D = default_time_deriv()
You can’t perform that action at this time.
0 commit comments