Skip to content

IterativeSolver: move implementation in Dune::Solvers namespace

Ansgar Burchardt requested to merge bugfix/iterativesolver-namespace into master

Otherwise one gets a confusing error message from the compiler when dune-istl's Dune::IterativeSolver is imported into the global namespace before dune-solvers's iterativesolver.hh (and thus also iterativesolver.cc) is included.

Merge request reports