From 781b078086adcd9955966e244d9367c81a6d1066 Mon Sep 17 00:00:00 2001 From: Andreas Naumann <andreas.naumann@tu-dresden.de> Date: Fri, 25 Sep 2009 13:39:27 +0000 Subject: [PATCH] change init of ell from 1 to OEMSolver::max_iter --- AMDiS/src/ITL_OEMSolver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMDiS/src/ITL_OEMSolver.h b/AMDiS/src/ITL_OEMSolver.h index 7c2245f7..29c7d2ff 100644 --- a/AMDiS/src/ITL_OEMSolver.h +++ b/AMDiS/src/ITL_OEMSolver.h @@ -109,7 +109,7 @@ namespace AMDiS { public: /// The constructor reads needed parameters and sets solvers \ref name. ITL_OEMSolver_para(::std::string name) - : OEMSolver(name), ell(1) + : OEMSolver(name), ell(OEMSolver::max_iter) { GET_PARAMETER(0, name + "->ell", "%d", &ell); } -- GitLab