Skip to content
Snippets Groups Projects
Commit 0360e730 authored by René Heß's avatar René Heß
Browse files

[skip ci] bugfix

parent d70b722e
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,7 @@ def generate_standalone_code(sf, filename): ...@@ -231,6 +231,7 @@ def generate_standalone_code(sf, filename):
# Extract sum factorization kernel # Extract sum factorization kernel
from dune.codegen.pdelab.localoperator import extract_kernel_from_cache from dune.codegen.pdelab.localoperator import extract_kernel_from_cache
knl = realize_sumfact_kernel_function(sf) knl = realize_sumfact_kernel_function(sf)
first_line = knl.member.lines[0]
with open(filename, "w") as f: with open(filename, "w") as f:
f.writelines(["// {}".format(first_line), f.writelines(["// {}".format(first_line),
......
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