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
18f49d61
Commit
18f49d61
authored
Mar 06, 2021
by
Timo Koch
Browse files
[swe][frictionlaw] Cleanup default destructor
parent
2d39b435
Changes
1
Show whitespace changes
Inline
Side-by-side
dumux/material/fluidmatrixinteractions/frictionlaws/frictionlaw.hh
View file @
18f49d61
...
...
@@ -99,7 +99,7 @@ public:
return
roughnessHeight
*
(
1.0
-
mobility
);
}
virtual
~
FrictionLaw
()
{}
virtual
~
FrictionLaw
()
=
default
;
};
}
// end namespace Dumux
...
...
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