Skip to content
Snippets Groups Projects
Commit b09bdfa9 authored by Christian Engwer's avatar Christian Engwer
Browse files

[!390] [cleanup] Remove some deprecated solver category interfaces

Merge branch 'cleanup/remove-deprecated-solvecategory-interface' into 'master'

See merge request [!390]

  [!390]: Nonecore/dune-istl/merge_requests/390
parents ad3ea832 8aa6de5b
No related branches found
No related tags found
No related merge requests found
......@@ -285,21 +285,6 @@ namespace Dune {
public:
/**
* @brief Set right Solver Category (default is overlapping).
*/
void
DUNE_DEPRECATED_MSG("The solver category can only be set in the constructor. This method is deprecated and will be removed after Dune 2.7")
setSolverCategory (SolverCategory::Category set) {
category_ = set;
}
SolverCategory::Category
DUNE_DEPRECATED_MSG("This method is deprecated and will be removed after Dune 2.7, use category() instead.")
getSolverCategory () const {
return category_;
}
/**
* @brief Get Solver Category.
* @return The Solver Category.
......@@ -703,8 +688,7 @@ namespace Dune {
mutable std::vector<double> mask;
int oldseqNo;
GlobalLookupIndexSet* globalLookup_;
// re-intruduce const qualifier once deprecated setCategory got removed after Dune 2.7
/* const */ SolverCategory::Category category_;
const SolverCategory::Category category_;
bool freecomm;
};
......
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