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 11 entries in the constant variable array. C C C CONSTS(1) is d_0 in component parameter_Ica (nS_per_pF). C CONSTS(2) is d_1 in component parameter_Ica (dimensionless). C CONSTS(3) is d_2 in component parameter_Ica (dimensionless). C CONSTS(4) is d_5 in component parameter_Ica (dimensionless). C CONSTS(5) is d_6 in component parameter_Ica (dimensionless). C CONSTS(6) is f_1 in component parameter_Ica (dimensionless). C CONSTS(7) is f_2 in component parameter_Ica (dimensionless). C CONSTS(8) is f_5 in component parameter_Ica (dimensionless). C CONSTS(9) is f_6 in component parameter_Ica (dimensionless). C CONSTS(10) is tau_d_const in component parameter_Ica (dimensionless). C CONSTS(11) is tau_f_const in component parameter_Ica (dimensionless). C SUBROUTINE initConsts(CONSTS, RATES, STATES) REAL CONSTS(*), RATES(*), STATES(*) CONSTS(1) = 0.30802769 CONSTS(2) = 12.966294189 CONSTS(3) = 7.0791459 CONSTS(4) = 0.044909415 CONSTS(5) = -6.909880369 CONSTS(6) = 5.12589826e-4 CONSTS(7) = -49.505712 CONSTS(8) = 1931.21122 CONSTS(9) = 5.73002749 CONSTS(10) = 1.6582469 CONSTS(11) = 100.462559 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