Skip to content
Snippets Groups Projects
Commit 0b5c6c13 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Be consistent in using the typedefs

parent b7acfccf
Branches
No related tags found
No related merge requests found
...@@ -120,10 +120,10 @@ namespace Dune { ...@@ -120,10 +120,10 @@ namespace Dune {
protected: protected:
//! The iteration step used by the algorithm //! The iteration step used by the algorithm
std::shared_ptr<IterationStep<VectorType, BitVectorType> > iterationStep_; std::shared_ptr<ItStep> iterationStep_;
//! The norm used to measure convergence //! The norm used to measure convergence
std::shared_ptr<const Norm<VectorType> > errorNorm_; std::shared_ptr<const ErrorNorm> errorNorm_;
public: public:
/** \brief If this string is nonempty it is expected to contain a valid /** \brief If this string is nonempty it is expected to contain a valid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment