[ctml] Fix constructor for stoichiometric_solid phase

Error introduced in r2579
This commit is contained in:
Ray Speth 2013-12-06 23:45:22 +00:00
parent a289e6f613
commit 9651b16b16

View file

@ -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)