Removed obsolete header selection logic from regression tests

This commit is contained in:
Ray Speth 2012-02-13 23:44:20 +00:00
parent 76c54f4546
commit a942657698
19 changed files with 2 additions and 140 deletions

View file

@ -2,16 +2,9 @@
* Copyright 2002 California Institute of Technology
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equil/equil.h"
#else
#include "cantera/Cantera.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equilibrium.h"
#endif
using namespace std;
using namespace Cantera;

View file

@ -1,14 +1,6 @@
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equil/equil.h"
#else
#include "cantera/Cantera.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equilibrium.h"
#endif
using namespace std;
using namespace Cantera;

View file

@ -2,16 +2,9 @@
* Copyright 2002 California Institute of Technology
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equil/equil.h"
#else
#include "cantera/Cantera.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equilibrium.h"
#endif
using namespace std;
using namespace Cantera;

View file

@ -2,15 +2,10 @@
*
* @file DH_graph_1
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#endif
#include <cstdio>
using namespace std;

View file

@ -2,15 +2,9 @@
*
* @file DH_graph_1
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#endif
#include <cstdio>

View file

@ -2,15 +2,9 @@
*
* @file DH_graph_1
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#endif
#include <cstdio>

View file

@ -2,15 +2,9 @@
*
* @file DH_graph_1
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#endif
#include <cstdio>

View file

@ -2,15 +2,9 @@
*
* @file DH_graph_1
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/DebyeHuckel.h"
#endif
#include <cstdio>

View file

@ -2,20 +2,11 @@
*
* @file HMW_graph_1.cpp
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "TemperatureTable.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/thermo/HMWSoln.h"
#include "importCTML.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo.h"
#include "TemperatureTable.h"
#include "cantera/thermo/HMWSoln.h"
#endif
#include <cstdio>

View file

@ -2,20 +2,11 @@
*
* @file HMW_graph_1.cpp
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "TemperatureTable.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/thermo/HMWSoln.h"
#include "importCTML.h"
#else
#include "cantera/Cantera.h"
#include "cantera/base/logger.h"
#include "cantera/thermo.h"
#include "TemperatureTable.h"
#include "cantera/thermo/HMWSoln.h"
#endif
#include <cstdio>

View file

@ -2,19 +2,11 @@
*
* @file HMW_graph_1.cpp
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/thermo/HMWSoln.h"
#include "importCTML.h"
#else
#include "cantera/Cantera.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/base/logger.h"
#include "cantera/thermo.h"
#include "cantera/thermo/HMWSoln.h"
#endif
#include "TemperatureTable.h"

View file

@ -1,24 +1,13 @@
/**
* @file HMW_graph_VvT
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "TemperatureTable.h"
#include "cantera/thermo/HMWSoln.h"
#include "importCTML.h"
#else
//#include "vcsc.h"
#include "cantera/Cantera.h"
//#include "vcs_Cantera_input.h"
//#include "vcs_Cantera_convert.h"
#include "cantera/base/logger.h"
#include "cantera/thermo.h"
#include "TemperatureTable.h"
#include "cantera/thermo/HMWSoln.h"
#endif
#include <cstdio>
using namespace std;

View file

@ -1,10 +1,5 @@
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/HMWSoln.h"
#else
#include "cantera/Cantera.h"
#include "cantera/thermo/HMWSoln.h"
#endif
#include <cstdio>

View file

@ -18,13 +18,8 @@
#include <string>
#include <vector>
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/IdealMolalSoln.h"
#else
#include "cantera/Cantera.h"
#include "cantera/thermo/IdealMolalSoln.h"
#endif
#include <cstdio>

View file

@ -19,13 +19,8 @@
#include <string>
#include <vector>
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/IdealSolidSolnPhase.h"
#else
#include "cantera/Cantera.h"
#include "cantera/thermo/IdealSolidSolnPhase.h"
#endif
#include <cstdio>

View file

@ -2,17 +2,9 @@
*
* @file HMW_graph_1.cpp
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/logger.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/thermo/StoichSubstanceSSTP.h"
#include "importCTML.h"
#else
#include "cantera/Cantera.h"
#include "cantera/thermo.h"
#include "cantera/thermo/StoichSubstanceSSTP.h"
#endif
#include "TemperatureTable.h"

View file

@ -27,17 +27,8 @@ int iDebug_HKM = 0;
/*****************************************************************/
/*****************************************************************/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/ctml.h"
#include "cantera/kinetics/GasKinetics.h"
#include "importCTML.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/kinetics/InterfaceKinetics.h"
#else
#include "cantera/Cantera.h"
#include "cantera/kinetics.h"
#endif
using namespace Cantera;

View file

@ -1,20 +1,9 @@
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/base/ctml.h"
#include "cantera/kinetics/GasKinetics.h"
#include "importCTML.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/kinetics/InterfaceKinetics.h"
#else
#include "cantera/Cantera.h"
#include "cantera/kinetics.h"
#endif
using namespace Cantera;
using namespace std;
#
int main(int argc, char** argv)
{
#ifdef _MSC_VER

View file

@ -2,16 +2,9 @@
* Copyright 2002 California Institute of Technology
*/
#ifdef SRCDIRTREE
#include "cantera/base/ct_defs.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equil/equil.h"
#else
#include "cantera/Cantera.h"
#include "cantera/IdealGasMix.h"
#include "cantera/equilibrium.h"
#endif
using namespace std;
using namespace Cantera;