Skip to content

Commit

Permalink
Close }
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Dec 10, 2024
1 parent b522d76 commit 28b3214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mechanisms/allen/K_T.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ INITIAL {
h = h_inf(v - vshift)
}

FUNCTION m_inf(vs) { m_inf = 1/(1 + exp(-(vs + 47)/29))
FUNCTION h_inf(vs) { h_inf = 1/(1 + exp( (vs + 66)/10))
FUNCTION m_inf(vs) { m_inf = 1/(1 + exp(-(vs + 47)/29)) }
FUNCTION h_inf(vs) { h_inf = 1/(1 + exp( (vs + 66)/10)) }

0 comments on commit 28b3214

Please sign in to comment.