diff --git a/Cantera/src/ct2ctml.cpp b/Cantera/src/ct2ctml.cpp index 6a9729ae0..4bc59e682 100644 --- a/Cantera/src/ct2ctml.cpp +++ b/Cantera/src/ct2ctml.cpp @@ -152,10 +152,10 @@ namespace ctml { else { ff = inname; } - rootPtr = &get_XML_File(ff)->child("ctml"); - //rootPtr->write(cout); - //ifstream fin(ff.c_str()); - //rootPtr->build(fin); - //fin.close(); + // rootPtr = &get_XML_File(ff)->child("ctml"); + rootPtr->write(cout); + ifstream fin(ff.c_str()); + rootPtr->build(fin); + fin.close(); } }