Skip to content
Snippets Groups Projects
Commit 9c0eb7fd authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Merge branch 'feature/remove-warning' into 'master'

Comment out warnings

See merge request core/dune-istl!121
parents 835f0b87 b4299314
Branches
Tags
1 merge request!121Comment out warnings
Pipeline #
......@@ -325,7 +325,7 @@ namespace Dune
postSteps_(parms.getNoPostSmoothSteps()), buildHierarchy_(false),
additive(parms.getAdditive()), coarsesolverconverged(true),
coarseSmoother_(),
#warning should category be retrieved from matrices?
// #warning should category be retrieved from matrices?
category_(SolverCategory::category(*smoothers_->coarsest())),
verbosity_(parms.debugLevel())
{
......
......@@ -264,7 +264,7 @@ namespace Dune
DUNE_THROW(InvalidSolverCategory, "LinearOperator and ScalarProduct must have the same SolverCategory!");
}
#warning actually we want to have this as the default and just implement the second one
// #warning actually we want to have this as the default and just implement the second one
// //! \copydoc InverseOperator::apply(X&,Y&,InverseOperatorResult&)
// virtual void apply (X& x, Y& b, InverseOperatorResult& res)
// {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment