Took out a write statement that was causing test failures.
This commit is contained in:
parent
1d83d4f119
commit
536db63f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue