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 bk_ch.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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
}

Expand Down
4 changes: 2 additions & 2 deletions hcn12_ch.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ NEURON {
SUFFIX hcn12_ch
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 a0, b0, ah, bh, ac, bc, ba0
GLOBAL aah, bah, aac, bac
GLOBAL kon, koff, b, bf, ai, gca, shift
}

Expand Down
2 changes: 1 addition & 1 deletion hcn2_ch.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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