Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mod/bk_gp.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NEURON {
RANGE gbar, ik
GLOBAL minf, mtau, hinf, htau, zinf, ztau
GLOBAL m_vh, m_k, mtau_y0, mtau_vh1, mtau_vh2, mtau_k1, mtau_k2
GLOBAL z_coef, ztau
GLOBAL z_coef
GLOBAL h_y0, h_vh, h_k, htau_y0, htau_vh1, htau_vh2, htau_k1, htau_k2
GLOBAL Cq10
}
Expand Down
2 changes: 1 addition & 1 deletion mod/hcn12_gp.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEURON {
NONSPECIFIC_CURRENT i
RANGE i, ehcn, g, gbar
GLOBAL a0, b0, ah, bh, ac, bc, aa0, ba0
GLOBAL aa0, ba0, aah, bah, aac, bac
GLOBAL aah, bah, aac, bac
GLOBAL kon, koff, b, bf, ai, gca, shift
}

Expand Down
2 changes: 1 addition & 1 deletion mod/hcn2_gp.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEURON {
NONSPECIFIC_CURRENT i
RANGE i, ehcn, g, gbar
GLOBAL a0, b0, ah, bh, ac, bc, aa0, ba0
GLOBAL aa0, ba0, aah, bah, aac, bac
GLOBAL aah, bah, aac, bac
GLOBAL kon, koff, b, bf, ai, gca, shift
}

Expand Down