Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Sep 24, 2021
1 parent 21d33a4 commit 55dc96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfc/ufl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _modified_terminal(self, o):
return self.modified_terminal(o)

def external_operator(self, e):
return self.modified_terminal(e.result_coefficient())
return self.modified_terminal(e.get_coefficient())

# Unlike UFL, we do not regard Indexed as a terminal modifier.
# indexed = _modified_terminal
Expand Down

0 comments on commit 55dc96c

Please sign in to comment.