From 686fb465911faf1ec84e80b49d12ae1476bb8d46 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 13 Oct 2009 01:57:50 +0000 Subject: [PATCH] Added back in a clear --- Cantera/src/thermo/ThermoFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/ThermoFactory.cpp b/Cantera/src/thermo/ThermoFactory.cpp index 1cc0d6889..70ad4164d 100644 --- a/Cantera/src/thermo/ThermoFactory.cpp +++ b/Cantera/src/thermo/ThermoFactory.cpp @@ -426,7 +426,7 @@ namespace Cantera { * be able to resurrect the information later by calling xml(). */ XML_Node &phaseNode_XML = th->xml(); - //phaseNode_XML.clear(); + phaseNode_XML.clear(); phase.copy(&phaseNode_XML); // set the id attribute of the phase to the 'id' attribute