Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
caa2c9ae
Commit
caa2c9ae
authored
Mar 21, 2021
by
Christoph Grüninger
Browse files
Minor fixed in deprecated.hh
Drop superfluious include Fix typo.
parent
e60e43bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/deprecated.hh
View file @
caa2c9ae
...
...
@@ -25,7 +25,6 @@
#ifndef DUMUX_COMMON_DEPRECATED_HH
#define DUMUX_COMMON_DEPRECATED_HH
#include
<dune/common/deprecated.hh>
#include
<dumux/common/typetraits/isvalid.hh>
#include
<dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
#include
<dumux/material/fluidmatrixinteractions/mp/mpadapter.hh>
...
...
@@ -37,7 +36,7 @@ namespace Dumux {
// Each implementation has to state after which release
// it will be removed. Implementations in the Deprecated
// namespace will be removed without
// deprecation after their usage in the code exp
r
ired,
// deprecation after their usage in the code expired,
// so most likely you don't want to use this in your code
namespace
Deprecated
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment