Skip to content
Snippets Groups Projects
Commit fffa42fe authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Replace DUNE_DEPRECATED by [[deprecated]]

parent abc35a2e
No related branches found
No related tags found
1 merge request!92Replace DUNE_DEPRECATED by [[deprecated]]
......@@ -89,7 +89,8 @@ public:
void solve();
void setInitialSolution(const SolutionType& x) DUNE_DEPRECATED {
[[deprecated]]
void setInitialSolution(const SolutionType& x) {
x_ = x;
}
......
......@@ -145,7 +145,8 @@ public:
void solve();
void setInitialSolution(const SolutionType& x) DUNE_DEPRECATED {
[[deprecated]]
void setInitialSolution(const SolutionType& x) {
x_ = x;
}
......
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