Skip to content
Snippets Groups Projects
Commit 14d683a3 authored by René Heß's avatar René Heß Committed by Dominic Kempf
Browse files

Highlight broken code path

parent c687af13
No related branches found
No related tags found
No related merge requests found
......@@ -236,5 +236,8 @@ def pymbolic_indexed_quadrature_position(index, visitor):
@backend(interface="qp_in_cell", name="sumfact")
def pymbolic_quadrature_position_in_cell(restriction):
# TODO: This code path is broken at the moment.
assert False
from dune.perftool.pdelab.geometry import to_cell_coordinates
return to_cell_coordinates(pymbolic_quadrature_position(), restriction)
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