Took out a write statement that was causing test failures.

This commit is contained in:
Harry Moffat 2007-12-19 16:16:34 +00:00
parent 1d83d4f119
commit 536db63f5b

View file

@ -153,7 +153,7 @@ namespace Cantera {
virtual void install(string name, int index, int type,
const doublereal* c,
doublereal minTemp, doublereal maxTemp, doublereal refPressure) {
writelog("installing const_cp for species "+name+"\n");
//writelog("installing const_cp for species "+name+"\n");
m_logt0.push_back(log(c[0]));
m_t0.push_back(c[0]);
m_h0_R.push_back(c[1]/GasConstant);