From 9651b16b162b4b28530fc7e675b27d7d8ca33c79 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 6 Dec 2013 23:45:22 +0000 Subject: [PATCH] [ctml] Fix constructor for stoichiometric_solid phase Error introduced in r2579 --- interfaces/python/ctml_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/python/ctml_writer.py b/interfaces/python/ctml_writer.py index 701f86534..e7f168c42 100644 --- a/interfaces/python/ctml_writer.py +++ b/interfaces/python/ctml_writer.py @@ -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)