Skip to content
Snippets Groups Projects
Commit 7e17de77 authored by Leo Schmidt's avatar Leo Schmidt Committed by lschmidt@PCPOOL.MI.FU-BERLIN.DE
Browse files

erstes template-Argument von IterativeSolver entfernt

[[Imported from SVN: r2198]]
parent ec781f5d
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ protected: ...@@ -101,7 +101,7 @@ protected:
const RodAssembler<GridType>* rodAssembler_; const RodAssembler<GridType>* rodAssembler_;
/** \brief The multigrid solver */ /** \brief The multigrid solver */
IterativeSolver<MatrixType, CorrectionType>* mmgSolver_; IterativeSolver<CorrectionType>* mmgSolver_;
/** \brief The hierarchy of trust-region obstacles */ /** \brief The hierarchy of trust-region obstacles */
std::vector<std::vector<BoxConstraint<field_type,blocksize> > > trustRegionObstacles_; std::vector<std::vector<BoxConstraint<field_type,blocksize> > > trustRegionObstacles_;
......
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