[ctml] Fix constructor for stoichiometric_solid phase
Error introduced in r2579
This commit is contained in:
parent
a289e6f613
commit
9651b16b16
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