Skip to content

Commit

Permalink
fix bug in rxnsys
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed May 24, 2024
1 parent 3600494 commit 5a6809a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thermosteam/reaction/_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,6 +1616,9 @@ class ReactionSystem:
Biomass 0.0437
"""
kinetics = Reaction.kinetics
_kinetics = Reaction._kinetics

__slots__ = ('_reactions',
'_basis',
'_chemicals',
Expand Down

0 comments on commit 5a6809a

Please sign in to comment.