Skip to content

Commit

Permalink
- add missing modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Feb 20, 2014
1 parent a4f5102 commit e0021b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/fish.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
<listOfProducts>
<speciesReference species="u" stoichiometry="1" constant="true"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="v"/>
<modifierSpeciesReference species="w"/>
</listOfModifiers>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
Expand Down Expand Up @@ -414,6 +418,10 @@
<listOfProducts>
<speciesReference species="v" stoichiometry="1" constant="true"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="u"/>
<modifierSpeciesReference species="w"/>
</listOfModifiers>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
Expand Down Expand Up @@ -538,6 +546,10 @@
<listOfProducts>
<speciesReference species="w" stoichiometry="1" constant="true"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="u"/>
<modifierSpeciesReference species="v"/>
</listOfModifiers>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
Expand Down

0 comments on commit e0021b4

Please sign in to comment.