Added the stringUtils.h file to this file, since it's no longer in
xml.h. Added headers.
This commit is contained in:
parent
7ba6449978
commit
e6e1618ce1
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue