Skip to content

Commit

Permalink
fix docstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorBaratta committed Dec 28, 2023
1 parent 85a9c45 commit afe7cca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ffcx/codegeneration/symbols.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2011-2017 Martin Sandve Alnæs
# Copyright (C) 2011-2017 Martin Sandve Alnæs,
#
# This file is part of FFCx. (https://www.fenicsproject.org)
#
Expand Down Expand Up @@ -211,9 +211,7 @@ def table_access(self, tabledata: UniqueTableReferenceT, entitytype: str, restri
restriction: Restriction ("+", "-")
quadrature_index: Quadrature index
dof_index: Dof index
"""

entity = self.entity(entitytype, restriction)
iq_global_index = quadrature_index.global_index
ic_global_index = dof_index.global_index
Expand Down

0 comments on commit afe7cca

Please sign in to comment.