Changed old to new style headers
This commit is contained in:
parent
e7e02ffc5e
commit
0e21a0f3c5
8 changed files with 15 additions and 8 deletions
|
|
@ -15,7 +15,8 @@
|
|||
|
||||
|
||||
#include "ConstCpPoly.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
#include "mix_defs.h"
|
||||
#include "ConstDensityThermo.h"
|
||||
#include "SpeciesThermo.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "LatticePhase.h"
|
||||
#include "SpeciesThermo.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@
|
|||
#include "PDSS_Water.h"
|
||||
#include "WaterPropsIAPWS.h"
|
||||
#include "ThermoFactory.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
#include "VPStandardStateTP.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
#include "ctml.h"
|
||||
#include "PDSS_Water.h"
|
||||
#include "WaterPropsIAPWS.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@
|
|||
#include "polyfit.h"
|
||||
#include "xml.h"
|
||||
#include "XML_Writer.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Cantera {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue