Changed old to new style headers

This commit is contained in:
Harry Moffat 2008-12-17 17:04:46 +00:00
parent e7e02ffc5e
commit 0e21a0f3c5
8 changed files with 15 additions and 8 deletions

View file

@ -15,7 +15,8 @@
#include "ConstCpPoly.h"
#include <math.h>
#include <cmath>
namespace Cantera {

View file

@ -19,7 +19,8 @@
#include "mix_defs.h"
#include "ConstDensityThermo.h"
#include "SpeciesThermo.h"
#include <math.h>
#include <cmath>
namespace Cantera {

View file

@ -26,7 +26,7 @@
#include "IdealMolalSoln.h"
#include "ThermoFactory.h"
#include <math.h>
#include <cmath>
#ifndef MAX
#define MAX(x,y) (( (x) > (y) ) ? (x) : (y))

View file

@ -24,7 +24,7 @@
#include "LatticePhase.h"
#include "SpeciesThermo.h"
#include <math.h>
#include <cmath>
namespace Cantera {

View file

@ -16,7 +16,8 @@
#include "PDSS_Water.h"
#include "WaterPropsIAPWS.h"
#include "ThermoFactory.h"
#include <math.h>
#include <cmath>
#include "VPStandardStateTP.h"

View file

@ -20,7 +20,8 @@
#include "ctml.h"
#include "PDSS_Water.h"
#include "WaterPropsIAPWS.h"
#include <math.h>
#include <cmath>
namespace Cantera {

View file

@ -20,7 +20,9 @@
#include "polyfit.h"
#include "xml.h"
#include "XML_Writer.h"
#include <stdio.h>
#include <cstdio>
using namespace std;
namespace Cantera {

View file

@ -26,7 +26,6 @@
#include "polyfit.h"
#include "MMCollisionInt.h"
#include <stdio.h>
#include "xml.h"
#include "XML_Writer.h"
#include "TransportParams.h"
@ -34,6 +33,8 @@
#include "IdealGasPhase.h"
#include "ctml.h"
#include <cstdio>
using namespace std;
/**