Skip to content
Snippets Groups Projects
Commit c048b365 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[navierstokesnc][test] Remove Capabilities

parent 7474f7e5
No related branches found
No related tags found
2 merge requests!676Cleanup/staggered remove privar class,!617[WIP] Next
......@@ -39,13 +39,6 @@ namespace Dumux
template <class TypeTag>
class ChannelNCTestProblem;
namespace Capabilities
{
template<class TypeTag>
struct isStationary<ChannelNCTestProblem<TypeTag>>
{ static const bool value = false; };
}
namespace Properties
{
......
......@@ -39,13 +39,6 @@ namespace Dumux
template <class TypeTag>
class DensityDrivenFlowProblem;
namespace Capabilities
{
template<class TypeTag>
struct isStationary<DensityDrivenFlowProblem<TypeTag>>
{ static const bool value = false; };
}
namespace Properties
{
NEW_TYPE_TAG(DensityDrivenFlowProblem, INHERITS_FROM(StaggeredFreeFlowModel, NavierStokesNC));
......
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