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 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 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