From 536db63f5b9a3d7203d2026e2172aebd9a801706 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Dec 2007 16:16:34 +0000 Subject: [PATCH] Took out a write statement that was causing test failures. --- Cantera/src/thermo/SimpleThermo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/SimpleThermo.h b/Cantera/src/thermo/SimpleThermo.h index 98ae35269..8c22966cc 100644 --- a/Cantera/src/thermo/SimpleThermo.h +++ b/Cantera/src/thermo/SimpleThermo.h @@ -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);