Took out 2 print statements, that was causing the diamond test
to fail.
This commit is contained in:
parent
568ca4d067
commit
1e44c119f7
1 changed files with 0 additions and 2 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue