From 1e44c119f7e2d83cb38b276ae0e304ec913629e9 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 27 Apr 2006 22:47:19 +0000 Subject: [PATCH] Took out 2 print statements, that was causing the diamond test to fail. --- Cantera/src/CVode.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cantera/src/CVode.cpp b/Cantera/src/CVode.cpp index f7d3c5d44..57760fc81 100755 --- a/Cantera/src/CVode.cpp +++ b/Cantera/src/CVode.cpp @@ -212,8 +212,6 @@ namespace Cantera { m_iter, m_itol, &m_reltol, &m_abstols, m_data, NULL, TRUE, m_iopt, m_ropt.begin(), NULL); - cout << "m_reltol = " << m_reltol << endl; - cout << "m_abstols = " << m_abstols << endl; } if (!m_cvode_mem) throw CVodeErr("CVodeMalloc failed.");