[ctml] Fix constructor for stoichiometric_solid phase
Error introduced in r2579
This commit is contained in:
parent
81cf00260d
commit
5386d6b304
1 changed files with 1 additions and 1 deletions
|
|
@ -1928,7 +1928,7 @@ class stoichiometric_liquid(stoichiometric_solid):
|
|||
See :class:`.phase` for descriptions of the parameters.
|
||||
"""
|
||||
stoichiometric_solid.__init__(self, name, elements,
|
||||
species, density, transport,
|
||||
species, note, density, transport,
|
||||
initial_state, options)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue