Revision: 3433
Author:
steven....@gmail.com
Date: Tue Jun 9 16:49:44 2015 UTC
Log: Reverting previous change
https://code.google.com/p/cantera/source/detail?r=3433
Modified:
/cantera/trunk/src/thermo/ThermoPhase.cpp
=======================================
--- /cantera/trunk/src/thermo/ThermoPhase.cpp Tue Jun 9 16:49:40 2015 UTC
+++ /cantera/trunk/src/thermo/ThermoPhase.cpp Tue Jun 9 16:49:44 2015 UTC
@@ -196,7 +196,7 @@
void ThermoPhase::setState_HP(doublereal Htarget, doublereal p,
doublereal dTtol)
{
- setState_HPorUV(Htarget, p, dTtol, true);//false);
+ setState_HPorUV(Htarget, p, dTtol, false);
}
void ThermoPhase::setState_UV(doublereal u, doublereal v, doublereal dTtol)