C C There are a total of 0 entries in the algebraic variable array. C There are a total of 0 entries in each of the rate and state variable arrays. C There are a total of 6 entries in the constant variable array. C C C CONSTS(1) is ks_0 in component parameter_Iks (nS_per_pF). C CONSTS(2) is ks_1 in component parameter_Iks (dimensionless). C CONSTS(3) is ks_2 in component parameter_Iks (dimensionless). C CONSTS(4) is ks_5 in component parameter_Iks (dimensionless). C CONSTS(5) is ks_6 in component parameter_Iks (dimensionless). C CONSTS(6) is tau_ks_const in component parameter_Iks (dimensionless). C SUBROUTINE initConsts(CONSTS, RATES, STATES) REAL CONSTS(*), RATES(*), STATES(*) CONSTS(1) = 0.0077 CONSTS(2) = 0.0012 CONSTS(3) = 66726.83867 CONSTS(4) = 0.280459 CONSTS(5) = -18.867 CONSTS(6) = 4.7412e-06 RETURN END SUBROUTINE computeRates(VOI, CONSTS, RATES, STATES, ALGBRC) REAL VOI, CONSTS(*), RATES(*), STATES(*), ALGBRC(*) RETURN END SUBROUTINE computeVariables(VOI, CONSTS, RATES, STATES, ALGBRC) REAL VOI, CONSTS(*), RATES(*), STATES(*), ALGBRC(*) RETURN END