took out all references to cantera/kernel and kernel in include paths.

It was getting too confusing and counterproductive
This commit is contained in:
Harry Moffat 2008-01-04 23:07:24 +00:00
parent ccd79e6773
commit 5606f613ac
5 changed files with 1 additions and 34 deletions

View file

@ -16,18 +16,6 @@
#include "vcs_nasa_poly.h"
#include "vcs_solve.h"
#ifdef CANTERA_APP
#include "cantera/Cantera.h"
#include "cantera/thermo.h"
#include "cantera/kernel/speciesThermoTypes.h"
#ifdef WITH_IDEAL_SOLUTIONS
#include "cantera/kernel/IdealSolidSolnPhase.h"
#endif
#ifdef WITH_ELECTROLYTES
#include "cantera/kernel/IdealMolalSoln.h"
#endif
#include "cantera/kernel/ChemEquil.h"
#else
#include "ct_defs.h"
#include "mix_defs.h"
#include "speciesThermoTypes.h"
@ -38,8 +26,6 @@
#include "IdealMolalSoln.h"
#endif
#include "ChemEquil.h"
#endif
#include <string>
#include <vector>

View file

@ -13,13 +13,8 @@
#ifndef VCS_MULTIPHASEEQUIL_H
#define VCS_MULTIPHASEEQUIL_H
#ifdef CANTERA_APP
#include "cantera/kernel/ct_defs.h"
#include "cantera/kernel/MultiPhase.h"
#else
#include "ct_defs.h"
#include "MultiPhase.h"
#endif
/*
* VCS_PROB is outside of Cantera namespace
*/

View file

@ -14,12 +14,7 @@
#include "vcs_SpeciesProperties.h"
#include "vcs_species_thermo.h"
#ifdef CANTERA_APP
#include "cantera/Cantera.h"
#include "cantera/kernel/ThermoPhase.h"
#else
#include "ThermoPhase.h"
#endif
#include <cstdio>

View file

@ -15,11 +15,7 @@
#include "vcs_DoubleStarStar.h"
#include "vcs_Exception.h"
#ifdef CANTERA_APP
#include "cantera/kernel/global.h"
#else
#include "global.h"
#endif
namespace VCSnonideal {

View file

@ -19,14 +19,9 @@
#include "vcs_species_thermo.h"
#include "vcs_internal.h"
#ifdef CANTERA_APP
#include "cantera/Cantera.h"
#include "cantera/kernel/ThermoPhase.h"
#include "cantera/kernel/MolalityVPSSTP.h"
#else
#include "ThermoPhase.h"
#include "MolalityVPSSTP.h"
#endif
#include <string>
using namespace std;