- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2022-06-23 10:59:39+12:00
- Desc:
- Remove a typo
- Permanent Source URI:
- http://models.cellml.org/workspace/874/rawfile/e49ff561204dfdf4692d90837d271bd04fc6286d/Components/JNKAi.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="JNKAi" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink">
<import xlink:href="../cellLib/Components/units.cellml">
<units name="uM_per_s" units_ref="uM_per_s"/>
</import>
<component name="JNKAi">
<variable name="F_NKA" public_interface="in" units="uM_per_s"/>
<variable name="J_NKAi" public_interface="out" units="uM_per_s"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>J_NKAi</ci>
<ci>F_NKA</ci>
</apply>
</math>
</component>
</model>