Skip to content

Commit 525c68f

Browse files
committed
minor bug fix #233
1 parent 908d449 commit 525c68f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

thermosteam/reaction/_reaction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,6 +1774,8 @@ class ReactionSystem:
17741774
'_chemicals',
17751775
'_phases')
17761776

1777+
_reactant_index = ()
1778+
17771779
def __init__(self, *reactions, basis=None):
17781780
if not reactions: raise ValueError('Reactions cannot be empty')
17791781
self._reactions = reactions

0 commit comments

Comments
 (0)