Took out 2 print statements, that was causing the diamond test

to fail.
This commit is contained in:
Harry Moffat 2006-04-27 22:47:19 +00:00
parent 568ca4d067
commit 1e44c119f7

View file

@ -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.");