Added the stringUtils.h file to this file, since it's no longer in

xml.h.
Added headers.
This commit is contained in:
Harry Moffat 2009-01-05 23:34:40 +00:00
parent 7ba6449978
commit e6e1618ce1

View file

@ -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