Skip to content

Commit febcfcd

Browse files
committed
fix a bug with v123
1 parent fa939dc commit febcfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rate/PR_Rate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void PR::_Rate(const double t, const PRCondition* const PR_con, Variables *theVa
117117
PR_con->GLYc / PR::KE122) / ((PR_con->GOAc + PR::KM1221) *
118118
(PR_con->SERc + PR::KM1222 *
119119
(1. + PR_con->GLYc / PR::KI1221)));
120-
theVars->PR_Vel.v123 = PR::PrV123 * (PR_con->HPRc * PR::NADHc - PR_con->GCEA * PR::NADc / PR::KE123) /
120+
theVars->PR_Vel.v123 = PR::PrV123 * (PR_con->HPRc * PR::NADHc - PR_con->GCEAc * PR::NADc / PR::KE123) /
121121
(PR_con->HPRc + PR::KM123 * (1. + PR_con->HPRc / PR::KI123));
122122
theVars->PR_Vel.v124 = PR::PrV124 * (PR_con->GOAc * PR::GLUc - PR::KGc * PR_con->GLYc / PR::KE124) /
123123
((PR_con->GOAc + PR::KM1241) * (PR::GLUc + PR::KM1242 *

0 commit comments

Comments
 (0)