Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Dec 13, 2024
1 parent 5a33e3f commit f20d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isoproterenol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function get_bar_sys_reduced(ISO=0μM; name=:bar_sys)
## Fitted activities
eqs = [
fracPKACI ~ PKACI_basal + PKACI_activated * hil(ISO, PKACI_KM),
fracPKACII ~ PPKACII_basal + PKACII_activated * hil(ISO, PKACII_KM),
fracPKACII ~ PKACII_basal + PKACII_activated * hil(ISO, PKACII_KM),
fracPP1 ~ PP1_basal + PP1_activated * hilr(ISO, PP1_KI),
fracPLBp ~ PLBp_basal + PLBp_activated * hil(ISO, PLBp_KM, PLBp_nHill),
fracPLMp ~ PLMp_basal + PLMp_activated * hil(ISO, PLMp_KM, PLMp_nHill),
Expand Down

0 comments on commit f20d585

Please sign in to comment.