diff --git a/ffcx/codegeneration/symbols.py b/ffcx/codegeneration/symbols.py index b01fba9c4..d49ed548a 100644 --- a/ffcx/codegeneration/symbols.py +++ b/ffcx/codegeneration/symbols.py @@ -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) # @@ -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