Skip to content
Snippets Groups Projects
Commit 781b0780 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

change init of ell from 1 to OEMSolver::max_iter

parent cf698b4a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment