minor update

This commit is contained in:
Tiago Gomes 2012-04-21 17:21:54 +01:00
parent 8c689665a0
commit d90fcd532b

View File

@ -61,7 +61,7 @@ BpSolver::printSolverFlags (void) const
case Sch::PARALLEL: ss << "parallel"; break;
case Sch::MAX_RESIDUAL: ss << "max_residual"; break;
}
ss << ",maxiter=" << Util::toString (BpOptions::maxIter);
ss << ",max_iter=" << Util::toString (BpOptions::maxIter);
ss << ",accuracy=" << Util::toString (BpOptions::accuracy);
ss << ",log_domain=" << Util::toString (Globals::logDomain);
ss << "]" ;