Skip to content

Commit

Permalink
Fix count
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Sep 12, 2023
1 parent d39c06f commit 0570d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/core/base_form_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _analyze_form_arguments(self):

def count(self):
"Returns the count associated to the base form operator"
return self.count
return self._count

@property
def ufl_shape(self):
Expand Down

0 comments on commit 0570d46

Please sign in to comment.