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

[bugfix][patch] Pass predefined to get correct generated code.

parent 003fa66d
No related branches found
No related tags found
No related merge requests found
Pipeline #55441 passed
......@@ -207,7 +207,7 @@ def codeFemDg(self, *args, **kwargs):
args=['const double &t',
'const Entity &entity', 'const Point &x'],
targs=['class Entity, class Point'], const=True, inline=True,
predefined=None)
predefined=predefined)
maxWaveSpeed = getattr(Model,"maxWaveSpeed",None)
# check for deprecated maxLambda
......
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