Skip to content
Snippets Groups Projects
Commit 08cfb050 authored by Robert K's avatar Robert K
Browse files

Merge branch 'feature/scaling-limiter' of...

Merge branch 'feature/scaling-limiter' of ssh://gitlab.dune-project.org:22022/dune-fem/dune-fem-dg into feature/scaling-limiter
parents e51d87a6 0ccb43a9
No related branches found
No related tags found
1 merge request!3Scaling limiter
......@@ -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