solaris port

std:: additions
This commit is contained in:
Harry Moffat 2006-12-14 20:51:47 +00:00
parent 56163cab17
commit 0c6a8197e9
4 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,8 @@
#include "IdealGasPhase.h"
#include "SpeciesThermo.h"
using namespace std;
namespace Cantera {
// Molar Thermodynamic Properties of the Solution ----------

View file

@ -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) {}

View file

@ -5,6 +5,8 @@
#include "Domain1D.h"
using namespace std;
namespace Cantera {
void Domain1D::

View file

@ -8,6 +8,8 @@
using Cantera::Func1;
using Cantera::Kinetics;
using namespace std;
namespace CanteraZeroD {