diff --git a/dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh b/dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh index 88ad9d0a16826d5d98094eff1a13b1aeb4f6e634..24160876f2b2dde22506cdce9f0b1fd9be4cbdfc 100644 --- a/dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh +++ b/dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh @@ -41,11 +41,9 @@ class TruncatedCompressedMGTransfer : public: typedef typename Base::TransferOperatorType TransferOperatorType; - /** \brief Default constructor */ - TruncatedCompressedMGTransfer() - {} + using Base::Base; /** \brief Restrict level fL of f and store the result in level cL of t */ void restrict(const VectorType& f, VectorType &t) const;