Skip to content
Snippets Groups Projects
Commit b88dccdb authored by Marcus Mohr's avatar Marcus Mohr
Browse files

Merge branch 'mohr/fix-include-path' into 'main'

Update location of header P2PlusBubbleFunction.hpp in HyTeG

See merge request !46
parents c9487067 dd443167
Branches
No related tags found
1 merge request!46Update location of header P2PlusBubbleFunction.hpp in HyTeG
Pipeline #78003 passed with warnings
......@@ -121,7 +121,7 @@ class P2PlusBubbleFunctionSpaceImpl(FunctionSpaceImpl):
return f"P2PlusBubbleFunction< {self.type_descriptor.pystencils_type} >"
def includes(self) -> Set[str]:
return {f"hyteg/experimental/P2PlusBubbleFunction.hpp"}
return {f"hyteg/p2functionspace/P2PlusBubbleFunction.hpp"}
def dof_transformation(
self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment