solaris port
std:: additions
This commit is contained in:
parent
56163cab17
commit
0c6a8197e9
4 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
#include "IdealGasPhase.h"
|
||||
#include "SpeciesThermo.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
// Molar Thermodynamic Properties of the Solution ----------
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
//#include <Accelerate.h>
|
||||
//#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
State::State() : m_kk(0), m_temp(0.0), m_dens(0.001), m_mmw(0.0) {}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
#include "Domain1D.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
void Domain1D::
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
using Cantera::Func1;
|
||||
using Cantera::Kinetics;
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace CanteraZeroD {
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue