From e6e1618ce1cf88fc6c79e11462d17c512a8d9d83 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 5 Jan 2009 23:34:40 +0000 Subject: [PATCH] Added the stringUtils.h file to this file, since it's no longer in xml.h. Added headers. --- Cantera/cxx/include/Cantera.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Cantera/cxx/include/Cantera.h b/Cantera/cxx/include/Cantera.h index 8a6c95690..0093fe998 100755 --- a/Cantera/cxx/include/Cantera.h +++ b/Cantera/cxx/include/Cantera.h @@ -1,3 +1,15 @@ +/** + * @file Cantera.h + * Basic include file to be used in all Cantera application + * environments. + */ + +/* + * $Revision$ + * $Date$ + */ + +// Copyright 2001 California Institute of Technology #ifndef CANTERA_H_INCL #define CANTERA_H_INCL @@ -28,8 +40,12 @@ using namespace Cantera_CXX; // Include the timer #include "kernel/clockWC.h" +// Include routines for reading and writing XML files #include "kernel/xml.h" +// Include string utility routines +#include "kernel/stringUtils.h" + #endif