Skip to content
Snippets Groups Projects
Commit 0ccb43a9 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

update python bindings to new dune-fempy version

parent 6d1a080a
No related branches found
No related tags found
1 merge request!3Scaling limiter
Pipeline #10484 failed
......@@ -51,7 +51,7 @@ def createOrderRedcution(domainSpace):
domainSpaceType = domainSpace._typeName
_, domainFunctionIncludes, domainFunctionType, _, _ = domainSpace.storage
_, domainFunctionIncludes, domainFunctionType, _, _, _ = domainSpace.storage
includes = ["dune/fem-dg/operator/common/orderreduction.hh"]
includes += domainSpace._includes + domainFunctionIncludes
......
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