From 3f6403c4e89dce326cd9c8fa5103152f85d5d9f8 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sat, 17 Feb 2007 00:10:15 +0000 Subject: [PATCH] added debug flag --- Cantera/src/ctml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/src/ctml.h b/Cantera/src/ctml.h index 2edc0dfcb..c38b5c368 100755 --- a/Cantera/src/ctml.h +++ b/Cantera/src/ctml.h @@ -105,8 +105,8 @@ namespace ctml { std::string getString(const Cantera::XML_Node& parent, std::string name); // these are defined in ct2ctml.cpp - void get_CTML_Tree(Cantera::XML_Node* node, std::string file); - void ct2ctml(const char* file); + void get_CTML_Tree(Cantera::XML_Node* node, std::string file, int debug = 0); + void ct2ctml(const char* file, int debug = 0); } #endif