*** empty log message ***
This commit is contained in:
parent
b53efe5159
commit
01b70682e3
2 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <map>
|
||||
#include <numeric>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
//! creates a pointer to the start of the raw data for a ctvector
|
||||
|
|
|
|||
|
|
@ -171,11 +171,13 @@ namespace Cantera {
|
|||
const XML_Node& th = xmlphase.child("thermo");
|
||||
string model = th["model"];
|
||||
ThermoPhase* t = newThermoPhase(model);
|
||||
#ifdef WITH_ELECTROLYTES
|
||||
if (model == "HMW") {
|
||||
HMWSoln* p = (HMWSoln*)t;
|
||||
p->constructPhaseXML(xmlphase,"");
|
||||
}
|
||||
else
|
||||
#endif
|
||||
importPhase(xmlphase, t);
|
||||
return t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue