Removed old copy of Cantera.h that snuck back in

This commit is contained in:
Ray Speth 2012-08-08 22:18:04 +00:00
parent 3e71897a9c
commit fc05538d0a
3 changed files with 0 additions and 38 deletions

View file

@ -1,36 +0,0 @@
#ifndef CANTERA_H_INCL
#define CANTERA_H_INCL
// Current 'Cantera.h' header
// definitions
#ifndef CANTERA_APP
#define CANTERA_APP
#endif
namespace Cantera_CXX{ }
using namespace Cantera_CXX;
#include "base/ct_defs.h"
// some useful functions
#include "base/global.h"
// the CanteraError exception class
#include "base/ctexceptions.h"
// The Cantera logger class
#include "base/logger.h"
// Include the timer
#include "base/clockWC.h"
// Include routines for reading and writing XML files
#include "base/xml.h"
// Include string utility routines
#include "base/stringUtils.h"
#endif

View file

@ -36,7 +36,6 @@ using namespace std;
#include "cantera/IdealGasMix.h"
#include "cantera/transport/TransportFactory.h"
//#include "Cantera.h"
//#include "transport.h"
//#include "IdealGasMix.h"

View file

@ -19,7 +19,6 @@ using namespace std;
/*****************************************************************/
/*****************************************************************/
#include "Cantera.h"
#include "transport.h"
#include "IdealGasMix.h"
#include "equil.h"