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 g_f in component parameter_If (nS_per_pF). C CONSTS(2) is xf_1 in component parameter_If (dimensionless). C CONSTS(3) is xf_2 in component parameter_If (dimensionless). C CONSTS(4) is xf_5 in component parameter_If (dimensionless). C CONSTS(5) is xf_6 in component parameter_If (dimensionless). C CONSTS(6) is xf_const in component parameter_If (dimensionless). C SUBROUTINE initConsts(CONSTS, RATES, STATES) REAL CONSTS(*), RATES(*), STATES(*) CONSTS(1) = 0.0435000000000000 CONSTS(2) = 5.7897e-07 CONSTS(3) = -14.5897121702000 CONSTS(4) = 20086.650237884372 CONSTS(5) = 10.2023528452800 CONSTS(6) = 23.9452913465300 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