//Created by libAntimony v2.4 model Template_RxR2P1Rev__Template_RxR2P1Rev(J, reactant1, reactant2, kf, kb, product) // Assignment Rules: J := reactant1 * reactant2 * kf - kb * product; // Variable initializations: reactant1 = ; reactant2 = ; kf = ; kb = ; product = ; end model *Template_RxR2P1Rev____main() // Sub-modules, and any changes to those submodules: Template_RxR2P1Rev: Template_RxR2P1Rev__Template_RxR2P1Rev(J, reactant1, reactant2, kf, kb, product); end