class. This means that the function can be modified depending on the inheritance. This allows for the printout of molalities and pH's for liquid phases where appropriate. Took out a duplicate function, report(), in the Cantera namespace. There was one in cxxutils.cpp and one in phasereport.cpp.
16 lines
208 B
C++
16 lines
208 B
C++
// turn off warnings under Windows
|
|
#ifdef WIN32
|
|
#pragma warning(disable:4786)
|
|
#pragma warning(disable:4503)
|
|
#endif
|
|
|
|
#include "ThermoPhase.h"
|
|
#include <stdio.h>
|
|
|
|
using namespace std;
|
|
|
|
namespace Cantera {
|
|
|
|
|
|
}
|
|
|