[Reactor] Disable verbose output by default, even in "debug mode"

This commit is contained in:
Ray Speth 2014-06-03 16:52:09 +00:00
parent 0e9ca0fc4b
commit a5d735f047

View file

@ -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