[Reactor] Disable verbose output by default, even in "debug mode"
This commit is contained in:
parent
0e9ca0fc4b
commit
a5d735f047
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ ReactorNet::ReactorNet() : Cantera::FuncEval(),
|
|||
m_maxstep(-1.0), m_maxErrTestFails(0),
|
||||
m_verbose(false), m_ntotpar(0)
|
||||
{
|
||||
#ifdef DEBUG_MODE
|
||||
m_verbose = true;
|
||||
#endif
|
||||
m_integ = newIntegrator("CVODE");
|
||||
|
||||
// use backward differencing, with a full Jacobian computed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue