Skip to content
Snippets Groups Projects
Commit 48ab1bb1 authored by Marcel Koch's avatar Marcel Koch
Browse files

[!336] fix typo

Merge branch 'feature/fix-typo' into 'master'

See merge request [extensions/dune-codegen!336]

  [extensions/dune-codegen!336]: Noneextensions/dune-codegen/merge_requests/336
parents 0a3e6636 a6892dd9
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ from loopy.match import Writes ...@@ -16,7 +16,7 @@ from loopy.match import Writes
@accumulation_mixin("blockstructured") @accumulation_mixin("blockstructured")
class BlockStructuredAccumulationMixin(GenericAccumulationMixin): class BlockStructuredAccumulationMixin(GenericAccumulationMixin):
def generate_accumulation_instruction(self, expr): def generate_accumulation_instruction(self, expr):
if get_global_context_value("form_type") == "jacobians": if get_global_context_value("form_type") == "jacobian":
return generate_accumulation_instruction(expr, self) return generate_accumulation_instruction(expr, self)
else: else:
return generate_accumulation_instruction_vectorized(expr, self) return generate_accumulation_instruction_vectorized(expr, self)
......
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