Skip to content
Snippets Groups Projects
Commit 2e7dde54 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/1p-quad-test' into 'master'

[test][1p][quad] add missing namespace specifier

See merge request !1307
parents 7aa755c3 ec05cb47
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1307[test][1p][quad] add missing namespace specifier
......@@ -94,6 +94,7 @@ struct EnableFVGridGeometryCache<TypeTag, TTag::OnePIncompressible> { static con
// define a TypeTag for a quad precision test
#if HAVE_QUAD
namespace TTag {
struct OnePIncompressibleTpfaQuad { using InheritsFrom = std::tuple<OnePIncompressibleTpfa>; };
} // end namespace TTag
template<class TypeTag>
......
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